Skip to content
Snippets Groups Projects
Commit b63784ba authored by William F Godoy's avatar William F Godoy
Browse files

Changed config.xml to defaults

parent f9a8aca2
No related branches found
No related tags found
1 merge request!190Memory
......@@ -15,15 +15,15 @@
<!-- XXKb, XXMb, or XXXGb supported, default=16Kb
(applications might choose an optimal value) -->
<!--<parameter key="InitialBufferSize" value="16Mb"/> -->
<!--<parameter key="InitialBufferSize" value="16Kb"/> -->
<!-- XXKb, XXMb, or XXXGb supported, default=200Mb
<!-- XXKb, XXMb, or XXXGb supported, default=Unlimited or
maximum at each time step
(applications might choose an optimal value) -->
<!-- <parameter key="MaxBufferSize" value="20Mb"/> -->
<!-- <parameter key="MaxBufferSize" value="50Mb"/> -->
<!-- exponential growth factor > 1, default = 2 (as in the STL)
for this case: 1, 2, 4, 8, 16, 20 Mb -->
<parameter key="BufferGrowthFactor" value="2"/>
<!-- exponential growth factor > 1, default = 1.05 -->
<parameter key="BufferGrowthFactor" value="1.05"/>
</engine>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment