diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/ouroboros/shm_ap_rbuff.h | 2 | ||||
-rw-r--r-- | include/ouroboros/shm_du_map.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/ouroboros/shm_ap_rbuff.h b/include/ouroboros/shm_ap_rbuff.h index 99c5a423..053709bb 100644 --- a/include/ouroboros/shm_ap_rbuff.h +++ b/include/ouroboros/shm_ap_rbuff.h @@ -29,7 +29,7 @@ #endif #ifndef SHM_RBUFF_SIZE -#define SHM_RBUFF_SIZE (1 << 12) +#define SHM_RBUFF_SIZE (1 << 14) #endif #include <sys/types.h> diff --git a/include/ouroboros/shm_du_map.h b/include/ouroboros/shm_du_map.h index 35d85b11..cc1e8869 100644 --- a/include/ouroboros/shm_du_map.h +++ b/include/ouroboros/shm_du_map.h @@ -33,7 +33,7 @@ #endif #ifndef SHM_BLOCKS_IN_MAP -#define SHM_BLOCKS_IN_MAP (1 << 12) +#define SHM_BLOCKS_IN_MAP (1 << 14) #endif #include "common.h" |