Is there a way to reduce the memory footprint of my embedded mono application on Mac OS X? In "top" it shows up with a RSIZE of "75M" and a VSIZE of "890M". I tried to set GC_dont_expand= true but I see no immediate effect. Christian Stümpel