From 23833df4831a6f41aa39e952fba524edfb8cec6d Mon Sep 17 00:00:00 2001 From: Li-Wen Hsu Date: Tue, 25 Jul 2017 13:04:24 +0000 Subject: [PATCH] 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 --- .../opensolaris/cmd/dtrace/test/tst/common/funcs/tst.cleanpath.d | 1 + 1 file changed, 1 insertion(+) diff --git a/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/tst.cleanpath.d b/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/tst.cleanpath.d index 2f0541853a53..842eb67fc75e 100644 --- a/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/tst.cleanpath.d +++ b/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/tst.cleanpath.d @@ -27,6 +27,7 @@ #pragma ident "%Z%%M% %I% %E% SMI" #pragma D option quiet +#pragma D option dynvarsize=2m BEGIN {