mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
libsysprof-capture: increase ring buffer size
Make sure there is less chance of losing information in these buffers.
This commit is contained in:
@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user