<body><script type="text/javascript"> function setAttributeOnload(object, attribute, val) { if(window.addEventListener) { window.addEventListener('load', function(){ object[attribute] = val; }, false); } else { window.attachEvent('onload', function(){ object[attribute] = val; }); } } </script> <div id="navbar-iframe-container"></div> <script type="text/javascript" src="https://apis.google.com/js/platform.js"></script> <script type="text/javascript"> gapi.load("gapi.iframes:gapi.iframes.style.bubble", function() { if (gapi.iframes && gapi.iframes.getContext) { gapi.iframes.getContext().openChild({ url: 'https://www.blogger.com/navbar.g?targetBlogID\x3d12701251\x26blogName\x3dErik+the+Half+a+Bee\x26publishMode\x3dPUBLISH_MODE_BLOGSPOT\x26navbarType\x3dTAN\x26layoutType\x3dCLASSIC\x26searchRoot\x3dhttps://erikumenhofer.blogspot.com/search\x26blogLocale\x3den\x26v\x3d2\x26homepageUrl\x3dhttp://erikumenhofer.blogspot.com/\x26vt\x3d3271029393528449060', where: document.getElementById("navbar-iframe-container"), id: "navbar-iframe" }); } }); </script>

Erik The Half a Bee

Photo Sharing and Video Hosting at Photobucket

I am a part time nerd, part time chef and full time whiner. Did I type whiner? I meant winner...no wait, I whine a lot. I've worked in High Tech and Television and a few places in between. I've eaten fire roasted snakes and hand fulls of peeps (not in the same sitting of course). I'd like to share my experiences, so read on.

Fix VMWare Hang on shutdown

If you're trying to install OSX86 or iDeneb or Deadmoo or whatever on your VMware workstation, I've noticed some awful lag on shutdown. Up to five minutes. Add these lines to your virtual machine config and it clears it up.

prefvmx.minVmMemPct = "100"
mainMem.useNamedFile = "FALSE"
mainMem.partialLazySave = "FALSE"
mainMem.partialLazyRestore = "FALSE"


It's important to note since...well, if you're even attempting this, you're bound to run into issues and require tons of reboots. These additions should allow you reboot that machine as fast as VirtualBox. Good luck and hope you get it running!

You can leave your response or bookmark this post to del.icio.us by using the links below.
Comment | Bookmark | Go to end