Re: [Mono-list] MonoDevelop 3.0.4.6 released

2012-09-08 Thread Paweł Sikora
On Thursday 06 of September 2012 23:36:46 slluis.de...@gmail.com wrote: The MonoDevelop team is proud to announce the release of MonoDevelop 3.0.4.6. MonoDevelop is a Mono based IDE primarily designed for C# and other .NET languages. MonoDevelop enables developers to quickly write desktop

Re: [Mono-list] Mono 2.11.1 is out

2012-04-22 Thread Paweł Sikora
On Friday 20 of April 2012 18:33:44 Miguel de Icaza wrote: Hello guys, New code drop of Mono 2.11.1 is out, this new release has a few changes: = New in 2.11.1 = i see a regression from 2.10.9: export MONO_GC_PARAMS=major=marksweep,stack-mark=precise,concurrent-sweep mono-sgen

[Mono-list] bigger (vs .net) memory usage (GC bug or design?)

2012-04-08 Thread Paweł Sikora
Hi, i have a small code example which allocates 4 big objects (4*1GB), releases 2 objects and allocates 2 objects again. in such case i'd like to stay around ~4GB memory usage. in fact mono touches the 5GB limit while .net (win7/x64) works more realistic. moreover, adding --stats option changes