Skip to content

Instantly share code, notes, and snippets.

@nrk
Created March 9, 2013 15:40
Show Gist options
  • Save nrk/5124553 to your computer and use it in GitHub Desktop.
Save nrk/5124553 to your computer and use it in GitHub Desktop.
prefvmx.allVMMemoryLimit = "3000" ; Limite massimo di RAM host utilizzabile dalle VM (in megabyte, es. 3GB)
prefvmx.minVmMemPct = "100" ; Usa solo la RAM host per allocare memoria guest
prefvmx.useRecommendedLockedMemSize = "TRUE" ; Prealloca tutta la memoria del guest all'avvio della VM
mainMem.useNamedFile = "FALSE" ; Disabilita i file .vmem per lo swap di memoria guest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment