[Mono-devel-list] [Fwd: Memory allocation problem]

Miguel de Icaza miguel at ximian.com
Mon May 17 13:27:56 EDT 2004


> While running --profile (see attachment) on a mono application reading
> text into an odbc database, the total allocatde memory is reported as 44
> MB. In linux (i686) ps/top reports using about 700MB mem and swaps
> intensivly. 
> 
> Is this a problem with GC/mono or my application code? Does "--profile"
> not report memory consumption inside DllImported functions and top/ps
> does?


That is about right;  The memory reported is the memory used by the
managed side of things.



More information about the Mono-devel-list mailing list