Skip to content

Commit d7c2817

Browse files
authored
Extend troubleshooting section
1 parent 554707f commit d7c2817

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,12 @@ You can find an example of the import performance to expect with this image on t
4949

5050
## Troubleshooting
5151

52-
### ERROR: could not resize shared memory segment
52+
### ERROR: could not resize shared memory segment / No space left on device
5353

5454
If you encounter such entries in the log, it will mean that the default shared memory limit (64 MB) is too low for the container and it should be raised:
5555

56-
renderd[126]: ERROR: failed to render TILE ajt 6 32-39 16-23,
57-
renderd[126]: reason: Postgis Plugin: ERROR: could not resize shared memory segment
56+
renderd[121]: ERROR: failed to render TILE ajt 2 0-3 0-3
57+
renderd[121]: reason: Postgis Plugin: ERROR: could not resize shared memory segment "/PostgreSQL.790133961" to 12615680 bytes: ### No space left on device
5858

5959
To raise it use `--shm-size` parameter. For example:
6060

0 commit comments

Comments
 (0)