[omniORB] the _dispose() function of the objects

Stefan Seefeld seefeld@sympatico.ca
Fri, 09 Feb 2001 11:46:19 -0500


Pletyak Attila wrote:

> After this I created 1000 other objects, and they did not use as much
> memory, only 2k/object. I created yet an other 1000 objects, and their
> size-increase was 12k/object again. And now I re-created the original
> 1000 objects, and they needed only 9k/object.

please note that a process is not required to return unused memory to the
system. Just using 'top' won't tell you how much memory is actually in
use.

Stefan