diff options
Diffstat (limited to '')
-rwxr-xr-x | bin/opensim-ode.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/opensim-ode.sh b/bin/opensim-ode.sh index 8635317..b901425 100755 --- a/bin/opensim-ode.sh +++ b/bin/opensim-ode.sh | |||
@@ -1,5 +1,4 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | echo "Starting OpenSimulator with ODE. If you get an error saying limit: Operation not permitted. Then you will need to chmod 0600 /etc/limits" | 2 | echo "Starting OpenSimulator with ODE. If you get an error saying limit: Operation not permitted. Then you will need to chmod 0600 /etc/limits" |
3 | ulimit -s 262144 | 3 | ulimit -s 262144 |
4 | sleep 5 | ||
5 | mono OpenSim.exe -physics=OpenDynamicsEngine | 4 | mono OpenSim.exe -physics=OpenDynamicsEngine |