Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
1 vote
1 answer
537 views

OrientDB 2.1 Exception in thread "OrientDB WAL Flush Task" with java.lang.OutOfMemoryError (heap or GC)

I'm doing a select using console.sh on OrientDB v.2.1. After waiting some minutes, I get the following output: java.lang.OutOfMemoryError: GC overhead limit exceeded I have 6GB of RAM available and ...
michelepatrassi's user avatar
0 votes
1 answer
2k views

Java OutOfMemoryError / OrientDB WAL Flush Task error after importing 2M records into OrientDB

After one of my import scripts had completed importing all data, I tried restarting it to grab any updated data. The first thing it does is grab the most recently updated record: db.select().from(...
Garrett's user avatar
  • 11.7k