Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Maptiler retaining Renderer after each process. #1135

Open
Wolfie432 opened this issue Jan 19, 2024 · 0 comments
Open

Maptiler retaining Renderer after each process. #1135

Wolfie432 opened this issue Jan 19, 2024 · 0 comments

Comments

@Wolfie432
Copy link

I created a service which creates raster-tiles in png format using maptiler. I am using a maptiler in docker container. So after each process I restart the process inside the container by giving SIGHUP signal when style.json is changed. I mean I change style.json and give SIGHUP signal. So I run a process which creates some PNG's, then I have RAM be X Gb, so now I change style.json and give SIGHUP signal, the container retains the RAM. Generally when process exits, it should clear all the Garbage that is collected.
Possible cause it retains the renderers. So how to clear the renderers ( I can see renderer.release but y renderers are retained).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant