Skip to content

Commit

Permalink
Make the perfbuffer much bigger
Browse files Browse the repository at this point in the history
  • Loading branch information
rdunklau committed Apr 14, 2023
1 parent fcbc1bb commit fd7c8ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pgtracer/ebpf/collector/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ def constant_defines(self) -> Dict[str, int]:
"MAX_QUERY_LENGTH": MAX_QUERY_LENGTH,
"MAX_STACK_READ": 4096,
"MAX_SEARCHPATH_LENGTH": MAX_SEARCHPATH_LENGTH,
"EVENTRING_PAGE_SIZE": 1024,
"EVENTRING_PAGE_SIZE": 131072,
"MEMORY_REQUEST_MAXSIZE": MEMORY_REQUEST_MAXSIZE,
"MEMORY_PATH_SIZE": MEMORY_PATH_SIZE,
"LIBBCC_MAJOR_VERSION": BCC_VERSION_TUPLE[0],
Expand Down

0 comments on commit fd7c8ae

Please sign in to comment.