Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jgit-dev] java.lang.OutOfMemoryError when fetching big objects

Hello,
I got java.lang.OutOfMemoryError when try to fetch object bigger than heap size.
Is it necessary for jgit to load whole fetched object into memory?
Are there any plans for change this behavior (maybe using some incremental approach)?

Best regards,
Dmitry

Back to the top