Bump default kernel, and UST per-uid/per-pid buffer size
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 31 Mar 2017 14:04:20 +0000 (10:04 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 5 May 2017 18:21:09 +0000 (14:21 -0400)
commitc9eb1ddcd4af613f4e10938ab957f2a4a945db61
tree71605e22fc44b61a143ef42c27ec6e861192d7b0
parent98123e1c463fda13cb299c89559db1db0733243c
Bump default kernel, and UST per-uid/per-pid buffer size

LTTng with current default buffer size often lead to discarded events,
which is not something we want as a first user impression.

The choice of default buffer size were made conservatively around 2010.
Since then, the memory available on typical systems has increased, and
so has the amount of instrumentation available. As an example, the
mid-2010 Macbook Pro had 2GB ram. The current 2017 Macbook specification
states 8GB ram, for a 4-fold installed memory size increase.

Increase the kernel tracer buffer size from:
4 x 256kB per core
to:
4 x 1MB per core

Increase the UST tracer per-uid buffer size from:
4 x 128kB per core
to
4 x 512kB per core

Increase the UST tracer per-pid buffer size from:
4 x 4kB per core
to
4 x 16kB per core

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
configure.ac
This page took 0.024993 seconds and 4 git commands to generate.