[Mono-list] Size of thread in Mono (65MB per thread ?)

"Andrés G. Aragoneses" knocte at gmail.com
Thu Dec 19 10:44:51 UTC 2013


On 19/12/13 11:09, Nicolas Antoniazzi wrote:
> Hi,
> 
> I am using Mono in a virtualized environment with 512MB of RAM.
> I made a very simple program which starts 10 threads in a loop and
> apparently, every time that I start a new thread, approximately 65MB of
> memory is used.
> 
> In my case, I can run 5 threads, but for the 6th, the program crashes
> (without any exception). 150MB are already consumed without the use of
> any thread.
> 
> Is it a normal behavior?
> 
> Thanks!

What version of mono are you using?

Have you tried running your program under the .NET framework, to compare?




More information about the Mono-list mailing list