Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jgit-dev] Memory usage for PackedObjectInfo

Hi!

I get an OutOfMemory Exception and hprof shows the following:

Class
Instance Count  Total Size
class org.eclipse.jgit.transport.PackedObjectInfo       285778          12574232
class org.eclipse.jgit.transport.PackedObjectInfo[]     1
         8936248
...

A pack file is received and written to disk.

Is it possible to lower memory usage or bypass jgit and directly write
the pack to disk?

-- 
g


Back to the top