View Single Post
  #6 (permalink)  
Old 30-Oct-2007, 14:13
microchip
Guest
 
Posts: n/a
Default

Quote:
What is the difference between suspending to disk and suspending to RAM? What are the pros and cons to them?
[/b]
suspend to disk = write an image to disk of your current active workstate and shuts down the system. Upon powering up, the system reads the written image and restores your last session

suspend to RAM = everything is written to the RAM which means that the system constantly has to have enough power. If you're on battery or your systems loses power/electricity for even a second, everything that was stored in RAM will be lost