Explicitly set dynamic variable buffer size.

We added too many variable assignments in BEGIN block, which will run out of
default auto-configured variable buffer space.  The test VM has 4G RAM which
should be enough for most cases so it's reasonable to increase limitation to
these case.

Reviewed by:	gnn, markj, ngie
Differential Revision:	https://reviews.freebsd.org/D11674
This commit is contained in:
Li-Wen Hsu 2017-07-25 13:04:24 +00:00
parent 070a148127
commit 23833df483
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=321467

View File

@ -27,6 +27,7 @@
#pragma ident "%Z%%M% %I% %E% SMI"
#pragma D option quiet
#pragma D option dynvarsize=2m
BEGIN
{