diff options
author | UbitUmarov | 2017-06-14 03:04:14 +0100 |
---|---|---|
committer | UbitUmarov | 2017-06-14 03:04:14 +0100 |
commit | 84946e3061d7b845af2821c8693356f35368617a (patch) | |
tree | 51c2a72600116de2533843389099a9b006f9c084 /bin/opensim.sh | |
parent | revert. The .net concurrent objects look nice, but mono5 cpu load with them d... (diff) | |
parent | main generic use JobEngine also does not need a permanent thread.. actually d... (diff) | |
download | opensim-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-x | bin/opensim.sh | 5 |
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 | ||
2 | ulimit -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" | ||
5 | mono --desktop OpenSim.exe | ||