I've been heavy-testing unstable for days on machines with low memory
(512MB, 1024 GB) and everything was bright and shiny.
What I didn't test was a machine with plenty of RAM. Did this today
with stable and got an OOME :-(
Reason: The heap size for 32bit processes is limited to 1.5GB.
Here's a pull request:
https://github.com/ravendb/ravendb/pull/465
This also contains some minor changes to make RavenDB work with Mono on
Linux. But I'm still not quite there yet. The server doesn't work at
all, Mono (from Git) has bug with the CSharpCodeProvider causing the
indexing to fail (https://bugzilla.novell.com/show_bug.cgi?id=749206)
and a heavy test with an embedded RavenDB crashed Mono's GC.
Tobias