1

I understand thrashing (computer's virtual memory subsystem in a constant state of paging) is basically problem of not enough memory.

But besides adding more RAM, would adding a SSD to a HDD or replacing HDD with a SSD help with thrashing?

  • If your system is indeed thrashing, then it would better to solve/reduce the thrashing, than go looking for a faster storage device. Or is this a homework question? – sawdust May 03 '14 at 06:25
  • Just curiosity since I just learn about SSD and I what more information about it. – user3264085 May 03 '14 at 06:49

1 Answers1

1

Because SSD have no mechanical rotation parts you don't hear anything. Only a HDD indicator would tell you heavy usage.

SSDs are very fast that can provide data from the pagefile very fast without slowdown the system.

If you run of of RAM very often, please add more RAM to avoid unnecessary writes to SSD, so that the SSD can be used longer before the flash modules reach their max number of writes they can handle.

magicandre1981
  • 97,301
  • 30
  • 179
  • 245