mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-12-23 01:29:33 +00:00
fixed last commit regarding "run_bigmem": some windows systems cannot allocate more than 1500mb maxmemory
This commit is contained in:
parent
b22cfd88bd
commit
09409fc5a7
@ -87,7 +87,7 @@ The COOJA Simulator
|
|||||||
</target>
|
</target>
|
||||||
|
|
||||||
<target name="run_bigmem" depends="init, compile, jar, copy configs">
|
<target name="run_bigmem" depends="init, compile, jar, copy configs">
|
||||||
<java fork="yes" dir="${build}" classname="se.sics.cooja.GUI" maxmemory="2048m">
|
<java fork="yes" dir="${build}" classname="se.sics.cooja.GUI" maxmemory="1536m">
|
||||||
<arg line="${args}"/>
|
<arg line="${args}"/>
|
||||||
<env key="LD_LIBRARY_PATH" value="."/>
|
<env key="LD_LIBRARY_PATH" value="."/>
|
||||||
<classpath>
|
<classpath>
|
||||||
|
Loading…
Reference in New Issue
Block a user