[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
[jgit-dev] Memory usage for PackedObjectInfo
|
- From: Gonsolo <gonsolo@xxxxxxxxx>
- Date: Wed, 30 Nov 2011 23:36:53 +0100
- Delivered-to: jgit-dev@eclipse.org
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