DZone Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
Optimización De Fichero .vmx
Posteado en <a href=http://adminsq3.blogspot.com/2009/07/creando-una-base-virtualizada-con.html>mi blog</a>.
Modificaciones a realizar en el fichero .vmx para optimizar la velocidad de la máquina virtual evitando tanto acceso a disco y maximizando el uso de RAM:
1 - Quitar la lÃnea de NVRAM (nvram = "maquina.nvram")
2 - Añadir el código:
mem.ShareScanTotal=0 mem.ShareScanVM=0 mem.ShareScanThreshold=4096 sched.mem.maxmemctl=0 sched.mem.pshare.enable = "FALSE" MemTrimRate = 0 MemAllowAutoScaleDown = "FALSE" mainMem.useNamedFile = "FALSE"





