From d7c2817f9f03e87e9ff25d9c60b6df0397987e6f Mon Sep 17 00:00:00 2001 From: Alexander Overvoorde Date: Fri, 26 Apr 2019 21:43:07 +0200 Subject: [PATCH] Extend troubleshooting section --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f56e773..ea3ddd0 100644 --- a/README.md +++ b/README.md @@ -49,12 +49,12 @@ You can find an example of the import performance to expect with this image on t ## Troubleshooting -### ERROR: could not resize shared memory segment +### ERROR: could not resize shared memory segment / No space left on device 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: - renderd[126]: ERROR: failed to render TILE ajt 6 32-39 16-23, - renderd[126]: reason: Postgis Plugin: ERROR: could not resize shared memory segment + renderd[121]: ERROR: failed to render TILE ajt 2 0-3 0-3 + renderd[121]: reason: Postgis Plugin: ERROR: could not resize shared memory segment "/PostgreSQL.790133961" to 12615680 bytes: ### No space left on device To raise it use `--shm-size` parameter. For example: