[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1184492587.3102.9.camel@debito>
Date: Sun, 15 Jul 2007 09:43:07 +0000
From: Giampaolo Bellini <iw2lsi@...ip.net>
To: linux-kernel@...r.kernel.org
Cc: iw2lsi@...ip.net
Subject: Increase vmalloc size on kernel >=2.4.27
Hi all...
is there a way to reserve more than 128MB of virtual memory on a i386
machine with kernel >=2.4.27 and 1GB of RAM ?
looking in page.h I've found a
#define VMALLOC_RESERVE (128<<20)
but changing it to
#define VMALLOC_RESERVE (256<<20)
does not solve my problem.
thanks a lot for your time,
Paolo
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists