aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpmikus <pmikus@cisco.com>2016-11-23 06:50:59 +0100
committerPeter Mikus <pmikus@cisco.com>2016-11-23 12:53:57 +0000
commit5e163c527fbb27900a4001226be70b98b271911a (patch)
treee8a592954669427c325eb683bf1aa6020f566dcf
parent7ef7113bae23a0e859506e658a5dc9c8ebe04483 (diff)
FIX: Increase ip6 heapsize
Change-Id: I6ea568e15e5c5b3ec6d3fd1977fb5d4a5ce17484 Signed-off-by: pmikus <pmikus@cisco.com>
-rw-r--r--resources/libraries/python/VppConfigGenerator.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/libraries/python/VppConfigGenerator.py b/resources/libraries/python/VppConfigGenerator.py
index 099d07636b..d6afd1f5c7 100644
--- a/resources/libraries/python/VppConfigGenerator.py
+++ b/resources/libraries/python/VppConfigGenerator.py
@@ -63,7 +63,7 @@ dpdk {{
ip6 {{
hash-buckets 2000000
- heap-size 1G
+ heap-size 3G
}}
"""