Changeset 17458 for release-kits


Ignore:
Timestamp:
2008-10-02T14:49:58+13:00 (16 years ago)
Author:
oranfry
Message:

more memory given to java to run the installer

File:
1 edited

Legend:

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

    r17306 r17458  
    8888        cout << "Launching Installer ..." << endl;
    8989        int launch_exit_code = 0;
    90         launch_exit_code = system( (foundJvm.getExecutable() + " -jar @[email protected]").c_str() );
     90        launch_exit_code = system( (foundJvm.getExecutable() + " -Xmx85M -jar @[email protected]").c_str() );
    9191
    9292        //report how it went
Note: See TracChangeset for help on using the changeset viewer.