K 10 svn:author V 3 alc K 8 svn:date V 27 2013-02-18T01:22:20.167269Z K 7 svn:log V 262 Place a cap on the size of the kernel's heap, also known as the kmem submap. Otherwise, after r246204, the auto-scaling logic in kern_malloc.c tries to create a kmem submap that consumes the entire kernel map on a Pandaboard with 1 GB of RAM. Tested by: gonzo END