The standard configuration of the 64-bit Java Virtual Machine (VM) is 2 GB. If this amount of memory is exceeded, additional memory has to be configured with a VM option. This is configured in eclipse's "Run Configurations" on the second tab "Arguments". The example on the right configures the VM using "-Xmx5G" to use at most 5 GB of memory.