diff options
author | Samuel Thibault <sthibault@debian.org> | 2008-01-04 03:26:15 +0000 |
---|---|---|
committer | Samuel Thibault <sthibault@debian.org> | 2008-01-04 03:26:15 +0000 |
commit | a0089bc7ce816269a8f8b2df256fb27f3f19ecf9 (patch) | |
tree | 123f24e51919d678360977a6e74aac25adc48855 /debian/patches | |
parent | 1db376bbc2359602e39e2994bc3e097923fde584 (diff) |
actually 1/2 / 1/4 should be reasonable enough
Diffstat (limited to 'debian/patches')
-rw-r--r-- | debian/patches/14_alloc_params.patch | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/debian/patches/14_alloc_params.patch b/debian/patches/14_alloc_params.patch index 836c6f3..83370cc 100644 --- a/debian/patches/14_alloc_params.patch +++ b/debian/patches/14_alloc_params.patch @@ -93,22 +93,3 @@ diff -u -p -r1.2.4.9 vm_object.c typedef struct vm_map_copy { int type; ---- vm/vm_pageout.c 3 Dec 2006 21:50:21 -0000 1.7.2.5 -+++ vm/vm_pageout.c 30 Dec 2007 22:20:30 -0000 -@@ -111,14 +111,14 @@ - */ - - #ifndef VM_PAGE_EXTERNAL_LIMIT --#define VM_PAGE_EXTERNAL_LIMIT(free) ((free) / 2) -+#define VM_PAGE_EXTERNAL_LIMIT(free) (((free) * 2) / 3) - #endif /* VM_PAGE_EXTERNAL_LIMIT */ - - /* Attempt to keep the number of externally paged pages less - * than vm_pages_external_target. - */ - #ifndef VM_PAGE_EXTERNAL_TARGET --#define VM_PAGE_EXTERNAL_TARGET(free) ((free) / 4) -+#define VM_PAGE_EXTERNAL_TARGET(free) ((free) / 2) - #endif /* VM_PAGE_EXTERNAL_TARGET */ - - /* |