NASAWorldWind / WorldWindServerKit

The NASA WorldWind Server Kit (WWSK) is an open source Java project that assembles GeoServer for easy distribution and implementation.
93 stars 54 forks source link

JVM Memory Configuration #116

Closed emxsys closed 7 years ago

emxsys commented 7 years ago

Configurable Linux Memory Allocation

This pull request provides a setup-memory script that configures the JVM with a user selectable or a user editable memory allocation. The default value is 25% of the system memory.

Closes #57

Windows Memory Allocation

The Windows JVM allocation was changed from a fixed 2GB to 25% of the system memory.

Closes #99