1
0
Fork 0

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:
Richard Harrison 2019-06-11 14:36:25 +02:00
parent 88ff80737f
commit 7c914b4ade

View file

@ -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 -->
<max-simtime-per-frame type="double">1.0</max-simtime-per-frame>
<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>
<screenshot-dir type="string" userarchive="y"/>
<!-- defaults to current working dir -->