na-ka-na / ExcelCompare

Command line tool (and API) for diffing Excel Workbooks
820 stars 102 forks source link

`java.lang.OutOfMemoryError: GC overhead limit exceded` for large files #42

Closed agentroadkill closed 7 years ago

agentroadkill commented 7 years ago

Diffing .xlsx files of ~2MiB results in the GC overhead limit error

na-ka-na commented 7 years ago

Can you try the latest release, I've removed the memory cap.

On Mar 2, 2017 9:23 AM, "agentroadkill" notifications@github.com wrote:

Diffing .xlsx files of ~2MiB results in the GC overhead limit error

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/na-ka-na/ExcelCompare/issues/42, or mute the thread https://github.com/notifications/unsubscribe-auth/AAQBhHI4E3Im7jgR_ZLICvK_e3V8c3zIks5rhvsDgaJpZM4MRSHJ .

agentroadkill commented 7 years ago

Yep. v0.6.1 fixed it. Thanks!