aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/opensim.sh
diff options
context:
space:
mode:
authorUbitUmarov2017-06-14 03:04:14 +0100
committerUbitUmarov2017-06-14 03:04:14 +0100
commit84946e3061d7b845af2821c8693356f35368617a (patch)
tree51c2a72600116de2533843389099a9b006f9c084 /bin/opensim.sh
parentrevert. The .net concurrent objects look nice, but mono5 cpu load with them d... (diff)
parentmain generic use JobEngine also does not need a permanent thread.. actually d... (diff)
downloadopensim-SC-84946e3061d7b845af2821c8693356f35368617a.zip
opensim-SC-84946e3061d7b845af2821c8693356f35368617a.tar.gz
opensim-SC-84946e3061d7b845af2821c8693356f35368617a.tar.bz2
opensim-SC-84946e3061d7b845af2821c8693356f35368617a.tar.xz
Merge branch 'master' into httptests
Diffstat (limited to 'bin/opensim.sh')
-rwxr-xr-xbin/opensim.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/opensim.sh b/bin/opensim.sh
new file mode 100755
index 0000000..508d925
--- /dev/null
+++ b/bin/opensim.sh
@@ -0,0 +1,5 @@
1#!/bin/sh
2ulimit -s 1048576
3# next option may improve SGen gc (for opensim only) you may also need to increase nursery size on large regions
4#export MONO_GC_PARAMS="minor=split,promotion-age=14"
5mono --desktop OpenSim.exe