Skip to content

Commit

Permalink
- Increase ulimit
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11407 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Mar 13, 2012
1 parent 5750dc4 commit 07d4c53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Examples/BuildModelRecursive.mos
Expand Up @@ -3,8 +3,8 @@
OpenModelica.Scripting.Internal.Time.timerTick(OpenModelica.Scripting.Internal.Time.RT_CLOCK_USER_RESERVED);
log:="BuildModelRecursive.html";
MSLVersion:="3.1";
ulimitOmc:="180"; // 3 minutes to generate the C-code
ulimitExe:="10"; // 10 seconds to initialize and run the simulation
ulimitOmc:="300"; // 5 minutes to generate the C-code
ulimitExe:="40"; // 40 seconds to initialize and run the simulation
loadModel(Modelica,{MSLVersion});

if MSLVersion == "3.2" then
Expand Down

0 comments on commit 07d4c53

Please sign in to comment.