krishnachaitanyap / xdeltaencoder

Automatically exported from code.google.com/p/xdeltaencoder
0 stars 0 forks source link

Avoid Out of memory errors when merging big deltas #3

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
When very big deltas are merged (2 Gb or more in size), out-of-memory-error can 
be thrown because index map becomes too large.

Original issue reported on code.google.com by mantl...@gmail.com on 13 Jun 2012 at 9:28

GoogleCodeExporter commented 9 years ago
This issue was updated by revision 808c5f219805.

When OutOfMemoryError is thrown when building index, index threshold value is 
doubled and generation of index is restarted.

Original comment by mantl...@gmail.com on 13 Jun 2012 at 9:30