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

2013-12-19 Thread Nicolas Antoniazzi
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

Re: [Mono-dev] Size of thread in Mono (65MB per thread?)

2013-12-19 Thread Nikita Tsukanov
Don't use OpenVZ, it limits _virtual_ memory, not physical. Mono threads use a small amount of physical memory, but might reserve high of virtual memory space. You'd rather try KVM/Xen virtualization. Regards, Nikita 2013/12/19 Nicolas Antoniazzi nicolas.antonia...@gmail.com Hi, I am using

Re: [Mono-list] Mod_Mono crash * is not a valid virtual path - PLEASE help!

2013-12-19 Thread Robert Jordan
On 19.12.2013 03:56, acrym wrote: Please help! I will take any advice or suggestions! See https://bugzilla.novell.com/show_bug.cgi?id=509163 Robert ___ Mono-list maillist - Mono-list@lists.ximian.com

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

2013-12-19 Thread Nicolas Antoniazzi
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

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

2013-12-19 Thread Andrés G. Aragoneses
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

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

2013-12-19 Thread Nicolas Antoniazzi
I tried with version 2.10.8 and 3.0.6. Both leads to the same behavior. (Maybe gaining few KB with 3.0.6) Unfortunately, I do not have .Net development environment to test. Nicolas Antoniazzi CTO - CodinGame http://www.codingame.com +33 (0)4 67 13 00 96 2013/12/19 Andrés G. Aragoneses

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

2013-12-19 Thread Nicolas Antoniazzi
I installed Visual Studio in a windows virtual machine. On a standard .Net platform, the same program uses 16MB of memory at initialization and adds approximately 20KB for each thread. It looks normal to me since the main goal of threads are to be light. It's like if threads were acting like a

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

2013-12-19 Thread Andrés G. Aragoneses
Try finding the limit on the MS.NET platform, to know how it dies in .NET as opposed to Mono. Also, try the new version 3.2.x of mono which comes with a new garbage collector, and post new results. On 19/12/13 15:29, Nicolas Antoniazzi wrote: I installed Visual Studio in a windows virtual

Re: [Mono-list] mono-tools 2.10 gendarme framework won't compile with mono 3.2

2013-12-19 Thread Timotheus Pokorra
Hello, Next problem that I get is when starting monodoc on Ubuntu 12.04: Error: did not find one of the files in sources//opt/mono/lib/monodoc/sources/gd2i libgluezilla not found. To have webbrowser support, you need libgluezilla installed libgtkhtml-3.14.so.19 It turns out that using

Re: [Mono-list] Mono builds that works in major linux distros

2013-12-19 Thread Timotheus Pokorra
Hello Kendall, and list, On 5 December 2013 08:23, Timotheus Pokorra timotheus.poko...@solidcharity.com wrote: Hello Kendall, just to let you know, I have started now to package mono-tools and monodoc, but have also not succeeded yet. It took me too many hours, but at least it was successful:

Re: [Mono-list] Mod_Mono crash * is not a valid virtual path - PLEASE help!

2013-12-19 Thread acrym
I'm still getting the error. I changed Web.Config to this: system.web monoSettings verificationCompatibility=1/monoSettings /system.web The bug fix was provided in 2009, and I have mono 3.1.1, so it should have been included, right? Additional info: Typing in a URL with '*' or ':' DOES