NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum

Hello,

I run Amazon EC2 t2.medium server (4G ram, 2cpu) and after following switch2osm tutorial, everything works ok. But before tile is rendered 1st time - it sometimes ends with 404. Its probably caused by too many parallel connection, b/c its fine when i resize the map window. But why does it terminate them instead of queue them? (Possibly apache conf? or EC2 terminiting conns?)

See screenshot for more details or live server here.

Configuration:

  • default ubuntu-server-trusty
  • +Posgres tuned like this:
default_statistics_target = 50 # pgtune wizard 2015-06-25
constraint_exclusion = on # pgtune wizard 2015-06-25
checkpoint_completion_target = 0.9 # pgtune wizard 2015-06-25
checkpoint_segments = 16 # pgtune wizard 2015-06-25
max_connections = 50 # pgtune wizard 2015-06-25
maintenance_work_mem = 240MB # pgtune wizard 2015-06-25
effective_cache_size = 2816MB # pgtune wizard 2015-06-25
work_mem = 36MB # pgtune wizard 2015-06-25
wal_buffers = 8MB # pgtune wizard 2015-06-25
shared_buffers = 960MB # pgtune wizard 2015-06-25

Any help welcomed!

asked 26 Jun '15, 16:08

zby-cz's gravatar image

zby-cz
16114
accept rate: 0%

edited 26 Jun '15, 16:15


You're probably looking for the settings ModTileRequestTimeout and ModTileMissingRequestTimeout. See http://wiki.openstreetmap.org/wiki/HowTo_mod_tile for details.

permanent link

answered 26 Jun '15, 18:18

Frederik%20Ramm's gravatar image

Frederik Ramm ♦
82.5k927201273
accept rate: 23%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×341
×204
×105
×36

question asked: 26 Jun '15, 16:08

question was seen: 3,574 times

last updated: 26 Jun '15, 18:18

NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum