On the
Tuning Mono wiki page...
It says to use the garbage collector. So I attempted to use it and bash told me it doesn't exist. I looked on the mono hompage and found:
The code is ready for wider testing but it not yet considered production ready. In Git Mono or mono 2.8+, a separate mono executable, named "mono-sgen", is built, that uses the SGen garbage collector.
Where do I get this binary? It didn't seem to compile with mono 2.10.2. My $PATH includes /usr/bin which is where I found the mono executable. I looked for the mono-sgen executable but didn't find it, shouldn't it be in there with mono?