Linux Install: Difference between revisions

Content deleted Content added
m Jaap.vandervelde moved page Linux Install Draft to Linux Install without leaving a redirect: Publishing Linux install Draft
Added section about setting ulimit
Line 60:
chmod +x run_model.sh
</syntaxhighlight>
 
== Notes on ULIMIT ==
We now set the stack size limit to the highest allowed ULIMIT specified (usually unlimited) in the shell that TUFLOW is run in. Thus it's no longer necessary to set the limit in a launcher shell script. You can disable this behaviour by passing the <code>-nua</code> command line flag, causing TUFLOW to revert to the old behaviour.
 
== Return to Home Page ==