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

Memory leak when using this on traefik v3 #21

Open
pvbouwel opened this issue Sep 13, 2024 · 0 comments
Open

Memory leak when using this on traefik v3 #21

pvbouwel opened this issue Sep 13, 2024 · 0 comments

Comments

@pvbouwel
Copy link

This plugin was working fine on Traefik v2 but when we upgraded to Traefik v3 we had a problem of memory consumption growing.

While it is an issue it is not really a bug in the plugin but rather a bug in yaegi. It has been fixed but not yet released: traefik/yaegi#1618

In our use case we just use it for a limited amount of endpoints and we don´t really have a big need for vacuuming so we disabled it.

The result is very statisfying:

Screenshot from 2024-09-13 12-43-29

pvbouwel pushed a commit to pvbouwel/plugin-simplecache that referenced this issue Sep 13, 2024
The vacuum implementation is causing a leak on Traefik v3 [traefik#21](traefik#21)

By allowing to disable the vacuum process certain use cases can avoid the issues caused by a memory leak.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant