diff options
Diffstat (limited to '')
-rw-r--r-- | bin/OpenSim.ini.example | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 021e444..5d969ce 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -259,6 +259,10 @@ | |||
259 | ;; alternative OpenDynamicsEngine engine. ubODEMeshmerizer meshing above MUST be selected also | 259 | ;; alternative OpenDynamicsEngine engine. ubODEMeshmerizer meshing above MUST be selected also |
260 | ; physics = ubODE | 260 | ; physics = ubODE |
261 | 261 | ||
262 | ; ubODE and OpenDynamicsEngine does allocate a lot of memory on stack. On linux you may need to increase its limit | ||
263 | ; script opensim-ode-sh starts opensim setting that limit. You may need to increase it even more on large regions | ||
264 | ; edit the line ulimit -s 262144, and change this last value | ||
265 | |||
262 | ;# {DefaultScriptEngine} {} {Default script engine} {XEngine} XEngine | 266 | ;# {DefaultScriptEngine} {} {Default script engine} {XEngine} XEngine |
263 | ;; Default script engine to use. Currently, we only have XEngine | 267 | ;; Default script engine to use. Currently, we only have XEngine |
264 | ; DefaultScriptEngine = "XEngine" | 268 | ; DefaultScriptEngine = "XEngine" |