diff options
author | Dave Wallace <dwallacelf@gmail.com> | 2017-11-29 22:46:32 -0500 |
---|---|---|
committer | Florin Coras <florin.coras@gmail.com> | 2017-11-30 06:16:54 +0000 |
commit | c8f1ee6783ce8d633d4d0ffacb2ee414a267e4b2 (patch) | |
tree | bda51d756cc83faac5492f6f7b51f8c64965a4db /src/vcl/vcl_test.conf | |
parent | e9d9170b5546c3c5e768ba3ed26a525a16501c6e (diff) |
VCL: add vpp api q length to config file.
Change-Id: Ibe3e6cea0ea2fc700ef0a284c8ea5fe5d5476514
Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
Diffstat (limited to 'src/vcl/vcl_test.conf')
-rw-r--r-- | src/vcl/vcl_test.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/vcl/vcl_test.conf b/src/vcl/vcl_test.conf index 9cf87e8cd28..f6b786bbdcc 100644 --- a/src/vcl/vcl_test.conf +++ b/src/vcl/vcl_test.conf @@ -1,6 +1,9 @@ # Test VPPCOM config file vcl { + heapsize 1G heapsize 1 + vpp-api-q-length 32 + vpp-api-q-length 65536 api-prefix daw # this is a comment uid 1020 this is also a comment. gid 1020 |