X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=mm%2Fnommu.c;h=dd4b66b8c9a6dff09e59a33cda029a035521f65f;hb=c7b5ebbddf7bcd3651947760f423e3783bbe6573;hp=114c0ccb4ee61c424afcc28164e4c27ccb8e449b;hpb=a2c21200f1c81b08cb55e417b68150bba439b646;p=linux-2.6.git diff --git a/mm/nommu.c b/mm/nommu.c index 114c0ccb4..dd4b66b8c 100644 --- a/mm/nommu.c +++ b/mm/nommu.c @@ -30,7 +30,7 @@ unsigned long max_mapnr; unsigned long num_physpages; unsigned long askedalloc, realalloc; atomic_t vm_committed_space = ATOMIC_INIT(0); -int sysctl_overcommit_memory; /* default is heuristic overcommit */ +int sysctl_overcommit_memory = OVERCOMMIT_GUESS; /* heuristic overcommit */ int sysctl_overcommit_ratio = 50; /* default is 50% */ int sysctl_max_map_count = DEFAULT_MAX_MAP_COUNT;