vote up 0 vote down star

Something is clearly wrong with my setup but nothing I've tried seems to fix it. Whenever I launch Windows under Parallels, everything slows to a crawl. Windows is barely usable and even the Mac side slows down too. Same results on a 3ghz imac and 2.3 ghz MacBook Pro, former with 4gb RAM, latter with 2gb. Plenty of empty disk space on both, defragged the windows side, disabled unnecessary services (such as Symantec antivirus, relying solely on Kaspersky now), etc. Still so sluggish I rarely launch Parallels. Any other secrets I can try?

Revised: Thanks for all the suggestions but nothing so far has helped. One clue is that when I installed VMWare and Windows 7 there, it ran fast and clean. As I said, something is wrong with my Parallels config that I haven't been able to find. Perhaps a bad driver? But never mind, and thanks for all the fish. I'll be switching to VMWare once I get my apps ported over.

flag
1  
What parallels version are you using? I had similar problems with 3.0 but a patch that came out mid last year and the newer version work very well. – Adnan May 3 at 17:36
This is Parallels version 4, latest AFAIK. Will try VMware next; most people here seem to recommend that. – Brad Cox May 3 at 17:52
Your problem is very odd... I have an old MacBook with a 2GHz Core 2 Duo and 2GB RAM and it's entirely usable under VMWare Fusion running XP SP3. I can't imagine Parallels would be much worse, especially since you have faster processors and more RAM on the iMac. – Andy Leekman May 3 at 18:47
2  
-1: This is not really a programming question. – Alex Reynolds May 6 at 2:53

closed as not programming related by Adam Robinson, SilentGhost, Chad Birch, Jason Baker, TokenMacGuy May 6 at 3:03

5 Answers

vote up 0 vote down

There are two very important things:

  1. Install Parallel Tools inside you Virtual OS (from the Parallels menu). Without its horrible

alt text

  1. 2 GB of RAM is in my oppinion to less to really work productive on both in parallel. This means more RAM is better
link|flag
Parallels tools is installed. Not likely adding ram to laptop will help much since its still slow on the 4gb Imac, even when 1gb is hardwired to Windoze via the config screen. – Brad Cox May 3 at 18:02
Have you looked at the CPU usage to spin down whats the limiting ressource? Also try different power saving options. – Mork0075 May 3 at 19:24
Yes. Nothing shows in the stats. Just piggish performance. – Brad Cox May 3 at 21:57
vote up 0 vote down

The thing that I found makes both the VM and my Mac run best with Parallels is to make sure that Optimize performance for is set to Mac OS X applications. You can find that in the documentation here.

Here's the Virtual Machine Configuration window, with the default option selected (make sure you change it to Mac OS X applications): VirtualMachineConfiguration

What happens is that when you use the default, Optimize performance for Virtual machine, the machine's disk image is cached in kernel space to "speed things up." The result is that your kernel_task takes up a huge amount of real memory, and you end up swapping if you're doing anything useful. Use Activity Monitor to see if that's the case.

link|flag
vote up 0 vote down

In Mac OS X when the whole system is sluggish, take a look at Activity Monitor. I've had kernel_task sit there chewing up huge amounts of CPU that doesn't show up in top at all.

My similar problem was with VMWare Fusion, and it specifically turned out to be the 3.6 TB volume that I have as a VMWare shared folder. I don't know whether it's a VMWare issue, a Windows XP issue or even a problem with my RAID card drivers.

link|flag
vote up 0 vote down

I have a core2duo macbook pro with 2gigs of RAM (fall 07 edition) so its not exactly cutting edge. I'm able to run 2 vm's with vmware simultaneously with no slowdown at all. I think your problem may be from running a a boot-camp partition (at least thats what happened to me when I used parallels). Another thing that might help you (if you aren't using a bootcamp partition) is disabling all antivirus software, I know that sounds bad, but they take up ram and cpu cycles, and don't react with VM's well.

I would also recommend trying a stripped down version of xp like TinyXP (with a serial you have the legal right to use). That solution isn't for everyone, but for my needs, it allows me to run multiple instances of XP on a single computer, and they run really fast. (I give them 100mb ram each)

link|flag
vote up 0 vote down

Memory management is a lot more complex with two different operating systems trying to do it at the same time, so make sure that you don't have too much RAM allocated to the VM - that could starve OS X native apps. You may also want to check on the settings for the virtual graphics card, as a problem with that could easily kill the user experience.

Before purchasing VMWare, make sure to try VirtualBox, as it is open-source and works almost as well as Parallels and VMWare. (The biggest deficiency in my opinion is the lack of Direct3D support.)

link|flag

Not the answer you're looking for? Browse other questions tagged or ask your own question.