You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,12 +49,12 @@ You can find an example of the import performance to expect with this image on t
49
49
50
50
## Troubleshooting
51
51
52
-
### ERROR: could not resize shared memory segment
52
+
### ERROR: could not resize shared memory segment / No space left on device
53
53
54
54
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:
55
55
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
58
58
59
59
To raise it use `--shm-size` parameter. For example:
0 commit comments