After replacement alloca() with alloc(), out-of-heap happened when booting
authoryasuoka <yasuoka@openbsd.org>
Thu, 8 Oct 2015 22:41:12 +0000 (22:41 +0000)
committeryasuoka <yasuoka@openbsd.org>
Thu, 8 Oct 2015 22:41:12 +0000 (22:41 +0000)
commit4af38e7f62c96afb236cddf4be3cd6068c4773b4
tree19813da6da34774432ee6253e93a66b0e9a817b5
parente3007dfe8b6f9c414674ca596b22b52af74051d4
After replacement alloca() with alloc(), out-of-heap happened when booting
on a large block size (32K) partition.  Increase the HEAP_LIMIT from
0x90000 to 0xA0000.

try this, deraadt
sys/arch/amd64/stand/Makefile.inc
sys/arch/i386/stand/Makefile.inc