dotgnu-pnet
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pnet-developers] [bug #20250] Garbage Collector Doesn't Reclaim Memory


From: Nick Lee
Subject: [Pnet-developers] [bug #20250] Garbage Collector Doesn't Reclaim Memory
Date: Tue, 26 Jun 2007 11:14:18 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4

Follow-up Comment #8, bug #20250 (project dotgnu-pnet):

Another test I've tried is this:

Allocate a large amount of memory.
Remove all references to it.
Repeat several times.

The result is that each time the memory is allocated, the heap is increased
by that amount, even though the previous piece of memory should have been
garbage collected by now (I've even done GC.Collect()).  Eventually, the
attempt to allocate the large amount of memory fails and OutOfMemoryException
is thrown.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?20250>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]