Skip to content

Commit

Permalink
Extend troubleshooting section
Browse files Browse the repository at this point in the history
  • Loading branch information
Overv authored Apr 26, 2019
1 parent 554707f commit d7c2817
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit d7c2817

Please sign in to comment.