From: "Shawn O. Pearce" <spearce@spearce.org>
To: Robin Rosenberg <robin.rosenberg@dewire.com>
Cc: git@vger.kernel.org
Subject: [JGIT PATCH 0/4] Avoid using 1280 file descriptors
Date: Mon, 16 Mar 2009 18:16:06 -0700 [thread overview]
Message-ID: <1237252570-8596-1-git-send-email-spearce@spearce.org> (raw)
This is a small series to teach WindowCache not to use 1280 file
descriptors by default. Most JVMs won't have a ulimit that large,
resulting in out of file errors if the WindowCache actually tries
to fully populate itself.
Shawn O. Pearce (4):
Refactor WindowCache.reconfigure() to take a configuration object
Update EGit plugin to use WindowCacheConfig
Cap the number of open files in the WindowCache
Teach WindowCacheConfig to read core.packedgit* settings from config
.../spearce/egit/core/project/GitProjectData.java | 12 +-
.../org/spearce/jgit/lib/RepositoryTestCase.java | 8 +-
.../org/spearce/jgit/lib/UnpackedObjectCache.java | 7 +-
.../src/org/spearce/jgit/lib/WindowCache.java | 119 ++++++++++----
.../org/spearce/jgit/lib/WindowCacheConfig.java | 170 ++++++++++++++++++++
5 files changed, 271 insertions(+), 45 deletions(-)
create mode 100644 org.spearce.jgit/src/org/spearce/jgit/lib/WindowCacheConfig.java
next reply other threads:[~2009-03-17 1:17 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-03-17 1:16 Shawn O. Pearce [this message]
2009-03-17 1:16 ` [JGIT PATCH 1/4] Refactor WindowCache.reconfigure() to take a configuration object Shawn O. Pearce
2009-03-17 1:16 ` [JGIT PATCH 2/4] Update EGit plugin to use WindowCacheConfig Shawn O. Pearce
2009-03-17 1:16 ` [JGIT PATCH 3/4] Cap the number of open files in the WindowCache Shawn O. Pearce
2009-03-17 1:16 ` [JGIT PATCH 4/4] Teach WindowCacheConfig to read core.packedgit* settings from config Shawn O. Pearce
2009-03-17 22:59 ` [JGIT PATCH 3/4] Cap the number of open files in the WindowCache Robin Rosenberg
2009-03-17 23:08 ` Shawn O. Pearce
2009-03-18 0:09 ` Robin Rosenberg
2009-03-18 1:36 ` [JGIT PATCH 3/4 v2] " Shawn O. Pearce
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=1237252570-8596-1-git-send-email-spearce@spearce.org \
--to=spearce@spearce.org \
--cc=git@vger.kernel.org \
--cc=robin.rosenberg@dewire.com \
/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).