fixed last commit regarding "run_bigmem": some windows systems cannot allocate more than 1500mb maxmemory

This commit is contained in:
fros4943 2009-04-30 08:16:34 +00:00
parent b22cfd88bd
commit 09409fc5a7

View File

@ -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>