HomeFreeBSD

Explicitly set dynamic variable buffer size.

Description

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
Differential Revision: https://reviews.freebsd.org/D11676

Details

Provenance
lwhsuAuthored on
Reviewer
gnn
Differential Revision
D11676: Fix test timeout: common.funcs.t_dtrace_contrib.tst_basename_d
Parents
rS321467: Explicitly set dynamic variable buffer size.
Branches
Unknown
Tags
Unknown