[Tile-serving] [openstreetmap/mod_tile] memory consumption (#181)
Hummeltech
notifications at github.com
Thu Jun 13 15:15:51 UTC 2024
@rolandbosa, great work! Thank you very much for working on this!
> I just thought I'd mention my findings on this issue:
>
> * I ran a leak detection and found a tiny, insignificant leak during the configuration parsing. It's 32 bytes and happens once during process startup.
Yes, that was me, I did try and clean everything up and did also check for memory leaks, but I added that modification later and must have missed it. I will take a look at your commit and test it out, feel free to open a pull request so that others may also do so.
> * I switched out the memory allocator (from glib to jemalloc) and that shows promise...
Good idea, it might be good to also try out https://github.com/google/tcmalloc, which is what openstreetmap.org's tile servers have been using for a while now (since [this commit](https://github.com/openstreetmap/chef/commit/60d30854263245f1c8b42dccd6bfc453811dfde8)).
--
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/mod_tile/issues/181#issuecomment-2165975537
You are receiving this because you commented.
Message ID: <openstreetmap/mod_tile/issues/181/2165975537 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20240613/dedb9f47/attachment.htm>
More information about the Tile-serving
mailing list