fix add_proc with hostname
[lttngtop.git] / src / lttngtop.c
index 2672c8f74bcffd91dac9c58c47eda1ca9239f2a7..51c5a98743c6aebd6821dd8c9b34974e5569f898 100644 (file)
@@ -1214,7 +1214,8 @@ int setup_live_tracing()
                chan.attr.subbuf_size = 32768;
                chan.attr.num_subbuf = 8;
        } else {
-               chan.attr.subbuf_size = 1048576; /* 1MB */
+               //chan.attr.subbuf_size = 1048576; /* 1MB */
+               chan.attr.subbuf_size = 2097152; /* 1MB */
                chan.attr.num_subbuf = 4;
        }
        chan.attr.switch_timer_interval = 0;
This page took 0.022089 seconds and 4 git commands to generate.