Configure memory usage

From OpenJUMP Wiki
Revision as of 07:30, 19 October 2009 by Mentaer (talk | contribs) (Created page with ''''back to''' Index page <hr /> == Microsoft WINDOWS == User can modify the line settings JAVA_OPTS=-Xms256M -Xmx1024M * -Xms defines the allocated memory for the virt…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

back to Index page


Microsoft WINDOWS

User can modify the line settings

JAVA_OPTS=-Xms256M -Xmx1024M 
  • -Xms defines the allocated memory for the virtual machine at startup. Example:
    -Xms256M
    will allocate 256M of memory for OpenJUMP
  • -Xmx defines the maximum allocated memory for the virtual machine. Example:
    -Xmx256M

LINUX AND MacOSX

The memory setting is found in the line:

JAVA_OPTS=-Xmx256M

Linux and MacOSX startup script does not define the allocated memory at startup for the virtual JAVA machine.