File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 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)
153153 "segment exceeded your kernel's SHMMAX parameter. You can either "
154154 "reduce the request size or reconfigure the kernel with larger SHMMAX. "
155155 "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 "
157157 "or max_connections.\n"
158158 "If the request size is already small, it's possible that it is less than "
159159 "your kernel's SHMMIN parameter, in which case raising the request size or "
@@ -167,7 +167,7 @@ InternalIpcMemoryCreate(IpcMemoryKey memKey, Size size)
167167 "or exceeded your kernel's SHMALL parameter. You can either "
168168 "reduce the request size or reconfigure the kernel with larger SHMALL. "
169169 "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 "
171171 "or max_connections.\n"
172172 "The PostgreSQL documentation contains more information about shared "
173173 "memory configuration." ,
You can’t perform that action at this time.
0 commit comments