Ignore:
Timestamp:
2010-11-03T16:33:40+13:00 (13 years ago)
Author:
sjm84
Message:

Increased the maximum memory used by the installer to prevent "out of memory" errors with the 64-bit linux installer. Also added a 64-bit version of the self-extracting jre_bin file.

Location:
main/trunk/release-kits/shared/linux
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/release-kits/shared/linux/wrapper.cpp

    r23265 r23282  
    184184        cout << "Launching Installer ..." << endl;
    185185        int launch_exit_code = 0;
    186         launch_exit_code = system( (foundJvm.getExecutable() + " -Xmx85M -jar greenstone.jar" + (text_mode?" text":"") ).c_str() );
     186        launch_exit_code = system( (foundJvm.getExecutable() + " -Xmx200M -jar greenstone.jar" + (text_mode?" text":"") ).c_str() );
    187187
    188188        //report how it went
Note: See TracChangeset for help on using the changeset viewer.