On Thu, Feb 19, 2009 at 00:04, Lyudmila L. Balakireva <[email protected]> wrote: > Hello, > I am testing native neo API and LuceneIndexService. > If I ctrl -c the loading to the neo db, the next time db can not > recover with java.lang.OutOfMemoryError. Could you give me advice on > it?
Hi Luda, How large heap are you running this with? The recovery process needs a fair amount of RAM available to read the logical log. Try increasing the size of the heap (-Xmx=blabalaM etc) and see if that helps. Cheers, -- Emil Eifrém, CEO [[email protected]] Neo Technology, www.neotechnology.com Cell: +46 733 462 271 | US: 206 403 8808 _______________________________________________ Neo mailing list [email protected] https://lists.neo4j.org/mailman/listinfo/user

