git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Reducing the memory footprint
@ 2007-11-09 23:38 Jon Smirl
  2007-11-10  0:53 ` Brian Downing
  0 siblings, 1 reply; 4+ messages in thread
From: Jon Smirl @ 2007-11-09 23:38 UTC (permalink / raw)
  To: Git Mailing List

I'm using this config file:

[core]
        repositoryformatversion = 0
        filemode = true
        bare = false
        logallrefupdates = true
        packedGitWindowSize = 1M
        packedGitLimit = 1M
        deltaBaseCacheLimit = 1M
[pack]
        windowMemory = 1M
        deltaCacheSize = 1M

And I have NO_MMAP compiled in.

git is still using over 200MB of memory or address space, my process
gets killed either way.

Ideas on how to reduce the foot print more?

-- 
Jon Smirl
jonsmirl@gmail.com

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2007-11-10  6:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-09 23:38 Reducing the memory footprint Jon Smirl
2007-11-10  0:53 ` Brian Downing
2007-11-10  1:05   ` Jon Smirl
2007-11-10  6:07     ` Jon Smirl

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).