diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/vpp/app/vpp_prometheus_export.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/vpp/app/vpp_prometheus_export.c b/src/vpp/app/vpp_prometheus_export.c index a08adeeb9bc..69baeb02fc7 100644 --- a/src/vpp/app/vpp_prometheus_export.c +++ b/src/vpp/app/vpp_prometheus_export.c @@ -244,8 +244,8 @@ main (int argc, char **argv) u8 *stat_segment_name, *pattern = 0, **patterns = 0; int rv; - /* Allocating 32MB heap */ - clib_mem_init (0, 32 << 20); + /* Allocating 256MB heap */ + clib_mem_init (0, 256 << 20); unformat_init_command_line (a, argv); |