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