1
votes
votes
1 answers
Solid state drive for virtual memory in .NET
I have an app that will allocate objects that in total exceed the physical memory of my computer. When this happens, the program takes forever to complete. I am thinking of getting a solid state drive in order to complete the execution so ...
