azavea / tilegarden

Serverless raster and vector map tile generation using Mapnik and AWS Lambda
https://azavea.github.io/tilegarden/
Other
98 stars 7 forks source link

Reduce Lambda memory on gh-pages #98

Closed mattdelsordo closed 6 years ago

mattdelsordo commented 6 years ago

After checking, one execution of the lambda function shouldn't need more than about 512MB, but is currently set to 3008MB, which is way too much. Tricky business, because if a tile ever requires more memory the process will fail, but that much memory gets expensive.