Skip to content

Instantly share code, notes, and snippets.

@ulfklose
Created February 21, 2011 03:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ulfklose/836618 to your computer and use it in GitHub Desktop.
Save ulfklose/836618 to your computer and use it in GitHub Desktop.
Diverse Konfigurationen für VEs
VMGUARPAGES="32768:2147483647" // 128MB Guaranteed
PRIVVMPAGES="64000:65536" // 256MB Burst
VMGUARPAGES="65536:2147483647" // 256MB Guaranteed
PRIVVMPAGES="128000:131072" // 512MB Burst
VMGUARPAGES="131072:2147483647" // 512MB Guaranteed
PRIVVMPAGES="256000:262140" // 1024MB Burst
VMGUARPAGES="262144:2147483647" // 1GB Guaranteed
PRIVVMPAGES="384000:393212" // 1,5GB Burst
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment