On Tue, May 22, 2012 at 7:47 AM, goodd21 <[email protected]> wrote: > Is there a way to limit the max memory usage of mono ? > In other languages, like java or php, there are options like -Xmx for Java > or -memory_limit for Php. > Is there an equivalent mechanism for mono?
If you are running on linux, you can set the memory limit with 'ulimit' before running mono. -Gonzalo _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
