Skip to content

Commit deb807e

Browse files
committed
actually down to 1MB
1 parent 33ef4bd commit deb807e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

msgq/msgq.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#include <string>
66
#include <atomic>
77

8-
#define DEFAULT_SEGMENT_SIZE (2 * 1024 * 1024)
8+
#define DEFAULT_SEGMENT_SIZE (1 * 1024 * 1024)
99
#define NUM_READERS 15
1010
#define ALIGN(n) ((n + (8 - 1)) & -8)
1111

0 commit comments

Comments
 (0)