diff options
author | Thomas Hofer <t.hofer@liwest.at> | 2008-08-27 12:57:15 +0000 |
---|---|---|
committer | Thomas Hofer <t.hofer@liwest.at> | 2008-08-27 12:57:15 +0000 |
commit | 0529fa03a49ea81063b7ba434824e29ac02667ce (patch) | |
tree | 70320549aae1e7c565d1cddffd15df26fde4cbf0 | |
parent | 21b0d9fb0912a8737a8a8236c8cd66abef736535 (diff) | |
download | jitsi-0529fa03a49ea81063b7ba434824e29ac02667ce.zip jitsi-0529fa03a49ea81063b7ba434824e29ac02667ce.tar.gz jitsi-0529fa03a49ea81063b7ba434824e29ac02667ce.tar.bz2 |
removed inital memory size for small memory systems
-rw-r--r-- | resources/install/windows/run.exe | bin | 615424 -> 615424 bytes | |||
-rw-r--r-- | resources/install/windows/run.exe.jsmooth | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/resources/install/windows/run.exe b/resources/install/windows/run.exe Binary files differindex b6c095f..dce16be 100644 --- a/resources/install/windows/run.exe +++ b/resources/install/windows/run.exe diff --git a/resources/install/windows/run.exe.jsmooth b/resources/install/windows/run.exe.jsmooth index cec5f53..0e2129a 100644 --- a/resources/install/windows/run.exe.jsmooth +++ b/resources/install/windows/run.exe.jsmooth @@ -15,7 +15,7 @@ <currentDirectory>${EXECUTABLEPATH}</currentDirectory> <embeddedJar>false</embeddedJar> <executableName>run.exe</executableName> -<initialMemoryHeap>268435456</initialMemoryHeap> +<initialMemoryHeap>-1</initialMemoryHeap> <javaProperties> <name>felix.config.properties</name> <value>file:./lib/felix.client.run.properties </value> |