This is an automated email from the git hooks/post-receive script. sthibault pushed a commit to branch master in repository gnumach.
commit 47b50e5d03e51a36589a0379af85edbcb675947d Author: Samuel Thibault <[email protected]> Date: Tue Feb 11 23:57:23 2014 +0000 only reduce KMEM_MAP_SIZE by 32MiB --- debian/changelog | 2 +- debian/patches/git-kentry_data_size.patch | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 1627a05..3a57f7c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,7 @@ gnumach (2:1.4-6) unstable; urgency=medium * Re-enable patches/git-kentry_data_size.patch, but with an additional - change to reduce KMEM_MAP_SIZE by 64MiB to make room for that. + change to reduce KMEM_MAP_SIZE by 32MiB to make room for that. -- Samuel Thibault <[email protected]> Tue, 11 Feb 2014 23:47:14 +0000 diff --git a/debian/patches/git-kentry_data_size.patch b/debian/patches/git-kentry_data_size.patch index 2fba5d4..d7529d2 100644 --- a/debian/patches/git-kentry_data_size.patch +++ b/debian/patches/git-kentry_data_size.patch @@ -32,7 +32,7 @@ index 47c2c8f..4034579 100644 * Size of the VM submap from which default backend functions allocate. */ -#define KMEM_MAP_SIZE (128 * 1024 * 1024) -+#define KMEM_MAP_SIZE (64 * 1024 * 1024) ++#define KMEM_MAP_SIZE (96 * 1024 * 1024) /* * Shift for the first kalloc cache size. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-hurd/gnumach.git
