libsysprof-capture: increase ring buffer size

Make sure there is less chance of losing information in these buffers.
This commit is contained in:
Christian Hergert
2023-08-15 14:40:31 -07:00
parent f00773702a
commit a9cf64903c

View File

@ -33,7 +33,7 @@
#include "mapped-ring-buffer.h"
#define DEFAULT_N_PAGES 32
#define DEFAULT_N_PAGES 63
#define BUFFER_MAX_SIZE ((UINT32_MAX/2)-_sysprof_getpagesize())
enum {