I'm downloading very large files with the FTP step and getting a "java.lang.OutOfMemoryError: Java heap space" abort. Is there a way to increase memory for LISA?
I'm downloading very large files with the FTP step and getting a "java.lang.OutOfMemoryError: Java heap space" abort. Is there a way to increase memory for LISA?
In your LISA_HOME/bin directory, you can create a file called LISAWorkstation.vmoptions
Into this file, you can add Java options, like -Xmx1024m to increase the amount of RAM provided to LISA Workstation.
You can create a filename.vmoptions for for each of the executables in there, to tune the amount of RAM given to each one.
If you're on 32-bit LISA, you will be restricted to a maximum RAM of about 1.3Gb-1.6Gb per application (the maximum amount of RAM addressable by 32-bit applications is 2Gb, and Java takes some for its own purposes). If you need more RAM than this for your FTP step, switch to 64-bit.
Rick
In your LISA_HOME/bin directory, you can create a file called LISAWorkstation.vmoptions
Into this file, you can add Java options, like -Xmx1024m to increase the amount of RAM provided to LISA Workstation.
You can create a filename.vmoptions for for each of the executables in there, to tune the amount of RAM given to each one.
If you're on 32-bit LISA, you will be restricted to a maximum RAM of about 1.3Gb-1.6Gb per application (the maximum amount of RAM addressable by 32-bit applications is 2Gb, and Java takes some for its own purposes). If you need more RAM than this for your FTP step, switch to 64-bit.
Rick