-
Notifications
You must be signed in to change notification settings - Fork 304
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, Dockerized on Railway #1781
Comments
+1 |
I'm seeing something similar in some cases. Do you have bottomless enabled? |
Just sqlean uuid extension and custom data directory plus host port. Other than that using the libsql docker image |
Hello, which version of libsql server are you using? Can you try disabling metrics, by setting an env variable:
|
Hi I'll do this now, and i'm using v0.24.26 |
It's a repeat problem - I cannot figure it and I just have to restart the server every so often to reset the memory usage to a baseline of ~100Mb |
@danfascia could you share your version information? are you noticing issue despite disabling the metrics? |
This is the memory usage pattern for my 35Mb SQLite DB running on LibSQL in a container on Railway. Over time the memory usage just grows and grows.
If I restart the container, the usage drops dramatically.
Is there a known issue running in Docker containers with memory leaking?
The text was updated successfully, but these errors were encountered: