Added default settings for new Nasal background GC.
* /sim/nasal-gc-threaded (true) - use background threaded GC * /sim/nasal-gc-threaded-wait (false) - at the start of the frame wait for the previous GC thread to complete.
This commit is contained in:
parent
88ff80737f
commit
7c914b4ade
1 changed files with 2 additions and 0 deletions
|
@ -17,6 +17,8 @@ Started September 2000 by David Megginson, david@megginson.com
|
||||||
<!-- Limit the time we need to spend in simulation loops to 1 second -->
|
<!-- Limit the time we need to spend in simulation loops to 1 second -->
|
||||||
<max-simtime-per-frame type="double">1.0</max-simtime-per-frame>
|
<max-simtime-per-frame type="double">1.0</max-simtime-per-frame>
|
||||||
<session type="int" userarchive="y">0</session>
|
<session type="int" userarchive="y">0</session>
|
||||||
|
<nasal-gc-threaded type="bool">true</nasal-gc-threaded>
|
||||||
|
<nasal-gc-threaded-wait type="bool">false</nasal-gc-threaded-wait>
|
||||||
<paths>
|
<paths>
|
||||||
<screenshot-dir type="string" userarchive="y"/>
|
<screenshot-dir type="string" userarchive="y"/>
|
||||||
<!-- defaults to current working dir -->
|
<!-- defaults to current working dir -->
|
||||||
|
|
Loading…
Reference in a new issue