-
Notifications
You must be signed in to change notification settings - Fork 985
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
v0.12.4 consumes 8GB RAM on startup after building with or without jemalloc on production grade server #3107
Comments
cc @tuxcanfly and @mycodecrafting for visibility on the issue |
some added info. OS: Ubuntu 20.04.6 LTS Build and install following guide here: https://docs.celestia.org/nodes/celestia-node Go version: go1.21.1 linux/amd64 celestia built version
|
Attaching heap snapshots from @mycodecrafting collected at 1m intervals. |
from @mycodecrafting: Ubuntu server and mem usage on celestia-node has grown to 18.6G overnight |
Does this run over an clean node or synced node? |
After debugging this closely with @mycodecrafting, my conclusion is that the issue is a false alarm:
If we ever find an OOM and an ever-growing heap, then we can revisit the conclusion with more data points, |
Celestia Node version
v0.12.4
OS
ubuntu, production grade server
Install tools
No response
Others
No response
Steps to reproduce it
Run light node
Expected result
Syncs using under 500 MB RAM as per documentation
Actual result
Uses 8GB RAM on startup, with and without jemalloc
Relevant log output
No response
Notes
Originally reported in celestia-da rollkit/celestia-da#35 (comment)
The text was updated successfully, but these errors were encountered: