mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-04-06 11:38:12 +00:00
bigmem target
This commit is contained in:
parent
d44a1e97e6
commit
ab5b1b4a65
@ -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}"/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user