diff options
Diffstat (limited to 'vpp/stats')
-rw-r--r-- | vpp/stats/stats.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vpp/stats/stats.c b/vpp/stats/stats.c index cd53a205..566655d2 100644 --- a/vpp/stats/stats.c +++ b/vpp/stats/stats.c @@ -944,5 +944,4 @@ VLIB_REGISTER_THREAD (stats_thread_reg, static) = { .count = 1, .no_data_structure_clone = 1, .use_pthreads = 1, - .mheap_size = 2<<20, }; |