From: "Jon Smirl" <jonsmirl@gmail.com>
To: "Git Mailing List" <git@vger.kernel.org>
Subject: Reducing the memory footprint
Date: Fri, 9 Nov 2007 18:38:00 -0500 [thread overview]
Message-ID: <9e4733910711091538h260fbcd2s5783f01e7db4b19a@mail.gmail.com> (raw)
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
next reply other threads:[~2007-11-09 23:38 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-11-09 23:38 Jon Smirl [this message]
2007-11-10 0:53 ` Reducing the memory footprint Brian Downing
2007-11-10 1:05 ` Jon Smirl
2007-11-10 6:07 ` Jon Smirl
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=9e4733910711091538h260fbcd2s5783f01e7db4b19a@mail.gmail.com \
--to=jonsmirl@gmail.com \
--cc=git@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).