From: Martin Schwidefsky Date: Fri, 9 Apr 2010 11:43:02 +0000 (+0200) Subject: [S390] increase default size of vmalloc area X-Git-Tag: v2.6.34-rc4~10^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d3f661e5757e84f1fb2e10093cfa2f7b057bc2f;p=pandora-kernel.git [S390] increase default size of vmalloc area The default size of the vmalloc area is currently 1 GB. The memory resource controller uses about 10 MB of vmalloc space per gigabyte of memory. That turns a system with more than ~100 GB memory unbootable with the default vmalloc size. It costs us nothing to increase the default size to some more adequate value, e.g. 128 GB. Signed-off-by: Martin Schwidefsky --- Reading git-diff-tree failed