diff options
author | Guillem Jover <guillem@debian.org> | 2005-05-14 17:29:23 +0000 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2005-05-14 17:29:23 +0000 |
commit | 9219473c18f5187c05537fffaaef33efb3c6221a (patch) | |
tree | 98cafce039ec6b11989985956796f4e9981ed61f | |
parent | 8b3482112f8bb7cad736de18cd1ff819871e7b3e (diff) |
Change to 16, as suggested by Neal.
-rw-r--r-- | debian/patches/14_alloc_params.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/patches/14_alloc_params.patch b/debian/patches/14_alloc_params.patch index a99e5a7..edd7f21 100644 --- a/debian/patches/14_alloc_params.patch +++ b/debian/patches/14_alloc_params.patch @@ -40,7 +40,7 @@ diff -u -p -r1.3 zalloc.c vm_map_t zone_map = VM_MAP_NULL; -vm_size_t zone_map_size = 12 * 1024 * 1024; -+vm_size_t zone_map_size = 18 * 1024 * 1024; ++vm_size_t zone_map_size = 16 * 1024 * 1024; /* * The VM system gives us an initial chunk of memory. |