bigmem target

This commit is contained in:
fros4943 2007-09-06 08:10:04 +00:00
parent d44a1e97e6
commit ab5b1b4a65

View file

@ -69,6 +69,18 @@ The COOJA Simulator
</java>
</target>
<target name="run_bigmem" depends="init, compile, copy configs">
<java fork="yes" dir="${build}" classname="se.sics.cooja.GUI" maxmemory="512m">
<arg line="${args}"/>
<env key="LD_LIBRARY_PATH" value="."/>
<classpath>
<pathelement path="${build}"/>
<pathelement location="lib/jdom.jar"/>
<pathelement location="lib/log4j.jar"/>
</classpath>
</java>
</target>
<target name="run_nogui" depends="init, compile, copy configs">
<java fork="yes" dir="${build}" classname="se.sics.cooja.GUI">
<arg line="-nogui ${args}"/>