diff options
author | Thomas Bushnell <thomas@gnu.org> | 1998-04-24 17:22:24 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1998-04-24 17:22:24 +0000 |
commit | 727bcff20adc173ea753a5c7b428f084a31a0a28 (patch) | |
tree | 721190f0977b162484621acca360d004207d7ef8 /i386 | |
parent | 4170c1d357dc9352674422dc9920b30688e412e1 (diff) |
Fri Apr 24 13:19:40 1998 Thomas Bushnell n/BSG <thomas@melange.gnu.org>
* i386/i386at/gpl/linux/linux_kmem.c: Increase MEM_CHUNKS to 7.
Diffstat (limited to 'i386')
-rw-r--r-- | i386/i386at/gpl/linux/linux_kmem.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/i386/i386at/gpl/linux/linux_kmem.c b/i386/i386at/gpl/linux/linux_kmem.c index 15833d7..e5e4439 100644 --- a/i386/i386at/gpl/linux/linux_kmem.c +++ b/i386/i386at/gpl/linux/linux_kmem.c @@ -45,7 +45,7 @@ We reserve 64K chunks to stay within DMA limits. Increase MEM_CHUNKS if the kernel is running out of memory. */ #define MEM_CHUNK_SIZE (64 * 1024) -#define MEM_CHUNKS 3 +#define MEM_CHUNKS 7 /* Mininum amount that linux_kmalloc will allocate. */ #define MIN_ALLOC 12 |