Commit ad2a4bb378ff76f9ca4c61bb11b1b208f71e1861

Authored by Chris Metcalf
1 parent 35fab6118f

tile: double default VMALLOC space

With per-cpu data as well as loaded kernel modules coming from
the vmalloc arena, we get close to the line all the time and
occasionally need more than we had, so just double it up by default.

Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

... ... @@ -361,7 +361,7 @@
361 361  
362 362 config VMALLOC_RESERVE
363 363 hex
364   - default 0x1000000
  364 + default 0x2000000
365 365  
366 366 config HARDWALL
367 367 bool "Hardwall support to allow access to user dynamic network"