blob: 7c6157106bc325fdd321bf3c5f0aa43072d75638 (
plain)
1
2
3
4
|
#!/bin/sh
echo "Starting OpenSimulator with ODE or ubOde. If you get an error saying limit: Operation not permitted. Then you will need to chmod 0600 /etc/limits"
ulimit -s 262144
mono OpenSim.exe
|