Skip to main content

Home/ Java Development/ Group items tagged Heap

Rss Feed Group items tagged

Hendy Irawan

FAQ How do I increase the heap size available to Eclipse? - Eclipsepedia - 0 views

  •  
    Some JVMs put restrictions on the total amount of memory available on the heap. If you are getting OutOfMemoryErrors while running Eclipse, the VM can be told to let the heap grow to a larger amount by passing the -vmargs command to the Eclipse launcher. For example, the following command would run Eclipse with a heap size of 256MB: eclipse [normal arguments] -vmargs -Xmx256M [more VM args] The arguments after -vmargs are directly passed to the VM. Run java -X for the list of options your VM accepts. Options starting with -X are implementation-specific and may not be applicable to all VMs. You can also put the extra options in eclipse.ini.
abuwipp

How to tame java GC pauses? Surviving 16GiB heap and greater. | Javalobby - 0 views

  •  
    Deep information about how to use multiple GBs of RAM with Java
1 - 3 of 3
Showing 20 items per page