diff options
-rw-r--r-- | trafgen.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -875,7 +875,7 @@ int main(int argc, char **argv) ctx.qdisc_path = false; /* Keep an initial small default size to reduce cache-misses. */ - ctx.reserve_size = 196 * (1 << 10); + ctx.reserve_size = 512 * (1 << 10); while ((c = getopt_long(argc, argv, short_options, long_options, &opt_index)) != EOF) { |