Description
My oak-core build just ran out of memory. Quite a lot of memory is referenced from unused DocumentNodeStore instances, but are not garbage collected because the background thread associated with each store is still running. A test needs to dispose the store, which is missing in some of the tests.