From: <doc...@us...> - 2007-12-07 23:12:53
|
Revision: 214 http://openpcl.svn.sourceforge.net/openpcl/?rev=214&view=rev Author: documentsystems Date: 2007-12-07 15:12:58 -0800 (Fri, 07 Dec 2007) Log Message: ----------- Howard Hoagland. In the JSmooth config file, changed initialMemoryHeap from 256 to -1 and maximumMemoryHeap from 512 to -1, else the install fails. Modified Paths: -------------- openpcl/src/com/openpcl/install/localinstaller/openpclviewer.jsmooth Modified: openpcl/src/com/openpcl/install/localinstaller/openpclviewer.jsmooth =================================================================== --- openpcl/src/com/openpcl/install/localinstaller/openpclviewer.jsmooth 2007-12-07 23:09:37 UTC (rev 213) +++ openpcl/src/com/openpcl/install/localinstaller/openpclviewer.jsmooth 2007-12-07 23:12:58 UTC (rev 214) @@ -12,9 +12,9 @@ <jarLocation>../../../../../build/rel/openpclviewer-installer.jar</jarLocation> <executableName>../../../../../build/rel/openpclviewer-setup.exe</executableName> <iconLocation>../../../../../src/com/openpcl/viewer/images/V221PclIcon32.png</iconLocation> - <initialMemoryHeap>256</initialMemoryHeap> + <initialMemoryHeap>-1</initialMemoryHeap> <mainClassName>com.izforge.izpack.installer.Installer</mainClassName> - <maximumMemoryHeap>512</maximumMemoryHeap> + <maximumMemoryHeap>-1</maximumMemoryHeap> <maximumVersion></maximumVersion> <minimumVersion>1.5.0</minimumVersion> <skeletonName>Windowed Wrapper</skeletonName> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |