Skip to content
Snippets Groups Projects
Commit c8ae318c authored by Heikki Linnakangas's avatar Heikki Linnakangas
Browse files

Increase SHMEM_INDEX_SIZE from 32 to 64. We're currently at 40 entries in

ShmemIndex, so 64 leaves some headroom.

Kevin Grittner
parent ec762650
No related branches found
No related tags found
No related merge requests found
......@@ -50,7 +50,7 @@ extern void RequestAddinShmemSpace(Size size);
/* max size of data structure string name */
#define SHMEM_INDEX_KEYSIZE (48)
/* estimated size of the shmem index table (not a hard limit) */
#define SHMEM_INDEX_SIZE (32)
#define SHMEM_INDEX_SIZE (64)
/* this is a hash bucket in the shmem index table */
typedef struct
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment