X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fcommon%2Fdefaults.h;h=27f1ddc82a66524afeef8250d50c2f0dfefa72c7;hb=6faa26cafc21ce8d5b8f20ae4d2682092fd74b03;hp=178a601dfde3b38c619a421642564aefd078ac7a;hpb=1a1a34b40ab10a195633b1ed5e2e9b42fdae0a78;p=lttng-tools.git diff --git a/src/common/defaults.h b/src/common/defaults.h index 178a601df..27f1ddc82 100644 --- a/src/common/defaults.h +++ b/src/common/defaults.h @@ -309,6 +309,9 @@ /* Default LTTng MI XML namespace. */ #define DEFAULT_LTTNG_MI_NAMESPACE "http://lttng.org/xml/ns/lttng-mi" +/* Default thread stack size; the default mandated by pthread_create(3) */ +#define DEFAULT_LTTNG_THREAD_STACK_SIZE 2097152 + /* * Returns the default subbuf size. *