mirror of
git://opensimulator.org/git/opensim
synced 2026-08-14 09:02:50 +00:00
6 lines
229 B
Bash
Executable File
6 lines
229 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 -O=all OpenSim.exe
|