Defrag memory(RAM)

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi
Please tell me how I can defrag my memory.
Is there any component that can do this?
Is it possible in .NET to do this?
How can I do this?

Thanks in advance
 
Mohammad-Reza said:
Hi
Please tell me how I can defrag my memory.
Is there any component that can do this?
Is it possible in .NET to do this?
How can I do this?

The small object heap will automatically be comapcted by the GC.

I don't think there's a way to do the same for the large object heap.

What are you trying to acchieve?

Niki
 
Back
Top