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 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}"/>
|
||||
<env key="LD_LIBRARY_PATH" value="."/>
|
||||
<classpath>
|
||||
|
|
Loading…
Reference in a new issue