[Mono-list] Specifying gc=sgen in mono-service

Robert Jordan robertj at gmx.net
Wed Feb 20 18:05:20 UTC 2013


On 20.02.2013 17:57, Dave Curylo wrote:
> Is there a way to specify the GC used when running a service using
> mono-service? --gc=sgen works when invoking mono directly, but how do I do
> this through mono-service?

With the MONO_OPTIONS environment variable:

MONO_OPTIONS=--gc=sgen mono-service ...

Robert




More information about the Mono-list mailing list