fix add_proc with hostname
[lttngtop.git] / src / lttngtop.c
index 69a0f506e55941a7b7145859b0b19e21c81cff7e..10ee4ee2c68a6a9b95320d9447976783576b7b63 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.022876 seconds and 4 git commands to generate.