File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ InternalIpcMemoryCreate(IpcMemoryKey memKey, Size size)
153
153
"segment exceeded your kernel's SHMMAX parameter. You can either "
154
154
"reduce the request size or reconfigure the kernel with larger SHMMAX. "
155
155
"To reduce the request size (currently %lu bytes), reduce "
156
- "PostgreSQL's shared memory usage, perhaps by reducing shared_buffers"
156
+ "PostgreSQL's shared memory usage, perhaps by reducing shared_buffers "
157
157
"or max_connections.\n"
158
158
"If the request size is already small, it's possible that it is less than "
159
159
"your kernel's SHMMIN parameter, in which case raising the request size or "
@@ -167,7 +167,7 @@ InternalIpcMemoryCreate(IpcMemoryKey memKey, Size size)
167
167
"or exceeded your kernel's SHMALL parameter. You can either "
168
168
"reduce the request size or reconfigure the kernel with larger SHMALL. "
169
169
"To reduce the request size (currently %lu bytes), reduce "
170
- "PostgreSQL's shared memory usage, perhaps by reducing shared_buffers"
170
+ "PostgreSQL's shared memory usage, perhaps by reducing shared_buffers "
171
171
"or max_connections.\n"
172
172
"The PostgreSQL documentation contains more information about shared "
173
173
"memory configuration." ,
You can’t perform that action at this time.
0 commit comments