Memory leak, Dockerized on Railway
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?
+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:
export LIBSQL_DISABLE_METRICS=true
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?
seeing something similar. is this fixed?