0

I am using a 27" Late 2015 iMac.

I have a set of applications and websites that I use as part of a demo. Currently, I have to manually load everything at the beginning of the demo and make a set of changes to each application and site to get everything into the proper state for the demo to start.

I am looking for a tool that will allow me to take a snapshot of the demo start state and load it at the beginning of the demo.

I have tried the snapshot functionality in Parallels with Windows 10 but have found it to be unbearably slow. My Mac is quite fast so there should be no issues but Parallels has not yet fixed the bug that is causing the slowness and I need to move on and find a different solution.

zgall1
  • 113

1 Answers1

2

Taking a snapshot of the VM is the only to "save-state & restore-state" as you're describing.

The reason it is slow is due to the fact that the VM running in parallels has a lot of RAM. When doing a "snapshot"... it basically is forced to take what is in the virtual-machine's RAM and write it to disk. When restoring, it has to read it all back from disk and back to RAM.

Soooo... you're left with two options: get a faster disk or less RAM in the VM.

---edit--- it also comes to mind that there is another reason it is slow to restore. Perhaps your iMac doesn't have enough RAM, and is trying to push other programs out of physical memory and into virtual memory. More overall Physical RAM in the system might also help.

TheCompWiz
  • 10,912