Open Yomyer opened 4 years ago
Hello,
I'm using tileserver-gl 2.6.0 with docker lokantech/tileserver-gl and I'm noticing a very high memory consumption every time I use the static service.
The problem is not the use of memory but then does not release that memory to fill 100% of memory and block the server.
We are talking about a server with 4 GB of ram which is filled with approximately 100 calls.
The installation was done with docker : sudo docker run -it -d -v $(pwd):/data -p 8080:80 --restart unless-stopped --name tileserver klokantech/tileserver-gl
The call I use is: https://domain.com/styles/dark/static/-6.00198,37.38815,15/1000x400.png
Is there a process that stays running after generating the image? Memory Leak?
I'll try previous versions to see if this also happens.
Thank you
@petrsloup I am suffering qfrom the same issue here. Maybe https://github.com/maptiler/tileserver-gl/issues/418 it's a related issue. How can I help you to fix it? It will be very useful
Hello,
I'm using tileserver-gl 2.6.0 with docker lokantech/tileserver-gl and I'm noticing a very high memory consumption every time I use the static service.
The problem is not the use of memory but then does not release that memory to fill 100% of memory and block the server.
We are talking about a server with 4 GB of ram which is filled with approximately 100 calls.
The installation was done with docker : sudo docker run -it -d -v $(pwd):/data -p 8080:80 --restart unless-stopped --name tileserver klokantech/tileserver-gl
The call I use is: https://domain.com/styles/dark/static/-6.00198,37.38815,15/1000x400.png
Is there a process that stays running after generating the image? Memory Leak?
I'll try previous versions to see if this also happens.
Thank you