Re: [Mono-list] Mono throws "OutOfMemoryException" on Linux but Visual Studio does not on Windows

2015-10-01 Thread William Ivanski
You can check which garbage collector you are using with "mono --version". William Ivanski 2015-10-01 17:44 GMT-03:00 William Ivanski : > Mono 2.* uses Boehm as memory garbage collector. Newest garbage collector > is SGEN, which is default in newer versions. > > We

Re: [Mono-list] Mono throws "OutOfMemoryException" on Linux but Visual Studio does not on Windows

2015-10-01 Thread William Ivanski
What are the version of Mono you are using on Linux? William Ivanski 2015-10-01 16:34 GMT-03:00 Mohamadsoltani : > Hi all, > > I need to run my C#-based code on a server with Linux. I am using Visual > Studio on my pc, but now I should switch to mono on the server. > I have

[Mono-list] Mono throws "OutOfMemoryException" on Linux but Visual Studio does not on Windows

2015-10-01 Thread Mohamadsoltani
Hi all, I need to run my C#-based code on a server with Linux. I am using Visual Studio on my pc, but now I should switch to mono on the server. I have tried to test my code by running a single job with mono. But there is a strange problem. When I run my code by directly using Visual Studio on my

Re: [Mono-list] Mono throws "OutOfMemoryException" on Linux but Visual Studio does not on Windows

2015-10-01 Thread Mohamadsoltani
It's 2.10.2. Do you now whether it is resolved in newer versions? -- View this message in context: http://mono.1490590.n4.nabble.com/Mono-throws-OutOfMemoryException-on-Linux-but-Visual-Studio-does-not-on-Windows-tp469p471.html Sent from the Mono - General mailing list archive at

Re: [Mono-list] Mono throws "OutOfMemoryException" on Linux but Visual Studio does not on Windows

2015-10-01 Thread William Ivanski
Mono 2.* uses Boehm as memory garbage collector. Newest garbage collector is SGEN, which is default in newer versions. We use Mono 3.2.8 in our Debian servers here and it works pretty well with heavy memory usage processes. William Ivanski 2015-10-01 17:27 GMT-03:00 Mohamadsoltani