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 usage go high when running sonicd #203

Open
ChanHongMing opened this issue Sep 12, 2024 · 1 comment
Open

Memory usage go high when running sonicd #203

ChanHongMing opened this issue Sep 12, 2024 · 1 comment

Comments

@ChanHongMing
Copy link

I made a docker-compose myself and run the sonic node for opera mainnet. The memory usage seems keep increasing overtime, maybe there is memory leak somewhere?
docker-compose.yaml
`version: '3.8'

services:
ftm-sonic-validator-start:
image: official-sonic
entrypoint: ["sonicd", "--cache", "65000", "--http", "--http.api", "eth,debug,net,web3,personal,txpool,ftm,dag", "--http.addr", "0.0.0.0","--http.corsdomain", "", "--http.port", "18545", "--ws", "--ws.api", "eth,debug,net,web3,personal,txpool,ftm,dag", "--ws.addr", "0.0.0.0", "--ws.port", "19545", "--ws.origins", "", "--datadir", "/db"]
ports:
- "18545:18545"
- "19545:19545"
volumes:
- ./db:/db
environment:
- TZ=UTC
`
The following is the mem usage of the docker container
Screenshot 2024-09-12 at 11 09 42 AM

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

2 participants
@ChanHongMing and others