default no-gui cooja with increased heap
This commit is contained in:
parent
cb962d70c0
commit
61e325b081
1 changed files with 2 additions and 2 deletions
|
@ -88,7 +88,7 @@ The COOJA Simulator
|
|||
</target>
|
||||
|
||||
<target name="run_nogui" depends="init, compile, copy configs">
|
||||
<java fork="yes" dir="${build}" classname="se.sics.cooja.GUI">
|
||||
<java fork="yes" dir="${build}" classname="se.sics.cooja.GUI" maxmemory="512m">
|
||||
<arg line="-nogui ${args}"/>
|
||||
<env key="LD_LIBRARY_PATH" value="."/>
|
||||
<classpath>
|
||||
|
|
Loading…
Reference in a new issue