mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-10 15:10:53 +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"
|
#include "mapped-ring-buffer.h"
|
||||||
|
|
||||||
#define DEFAULT_N_PAGES 32
|
#define DEFAULT_N_PAGES 63
|
||||||
#define BUFFER_MAX_SIZE ((UINT32_MAX/2)-_sysprof_getpagesize())
|
#define BUFFER_MAX_SIZE ((UINT32_MAX/2)-_sysprof_getpagesize())
|
||||||
|
|
||||||
enum {
|
enum {
|
||||||
|
|||||||
Reference in New Issue
Block a user