default no-gui cooja with increased heap

This commit is contained in:
fros4943 2008-04-22 13:10:58 +00:00
parent cb962d70c0
commit 61e325b081

View file

@ -88,7 +88,7 @@ The COOJA Simulator
</target> </target>
<target name="run_nogui" depends="init, compile, copy configs"> <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}"/> <arg line="-nogui ${args}"/>
<env key="LD_LIBRARY_PATH" value="."/> <env key="LD_LIBRARY_PATH" value="."/>
<classpath> <classpath>
@ -98,7 +98,7 @@ The COOJA Simulator
</classpath> </classpath>
</java> </java>
</target> </target>
<target name="run_applet" depends="init, compile, copy configs"> <target name="run_applet" depends="init, compile, copy configs">
<exec executable="appletviewer" dir="${build}"> <exec executable="appletviewer" dir="${build}">
<arg value="-J-Djava.security.policy=cooja.policy"/> <arg value="-J-Djava.security.policy=cooja.policy"/>