summaryrefslogtreecommitdiff
path: root/trafgen.c
diff options
context:
space:
mode:
Diffstat (limited to 'trafgen.c')
-rw-r--r--trafgen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/trafgen.c b/trafgen.c
index af15ef2..66be7d6 100644
--- a/trafgen.c
+++ b/trafgen.c
@@ -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) {