mirror of
https://github.com/opensim/opensim.git
synced 2026-05-15 11:25:39 +08:00
6 lines
222 B
Bash
Executable File
6 lines
222 B
Bash
Executable File
#!/bin/sh
|
|
ulimit -s 1048576
|
|
# next option may improve SGen gc (for opensim only) you may also need to increase nursery size on large regions
|
|
#export MONO_GC_PARAMS="minor=split,promotion-age=14"
|
|
mono --desktop OpenSim.exe
|