After restarting, I'm also seeing that docker has used all 50GB on the device, how much space does signoz need?
y
Yash RV
06/28/2023, 2:22 PM
Hello Praveen,
I encountered similar issues when running it for the first time. However, I found a helpful article that provides information on determining the required memory for it to run. I recommend referring to that article for more details.
https://signoz.io/docs/install/kubernetes/aws/
a
Alexei Zenin
06/28/2023, 2:28 PM
depends on your workloads and how many traces/metrics you send to it.
The minimum recommended specs for a clickhouse node is 16GB of RAM and 8CPUs I find.
For PROD I run a m6i.2xlarge with a 1.8TB GP3 EBS mount.
Alexei Zenin
06/28/2023, 2:29 PM
I run all of the SigNoz services in ECS to not collocate where Clickhouse is running (the one which needs the most resources)
p
Praveen Reddy
06/28/2023, 2:32 PM
thanks @Yash RV and @Alexei Zenin! Your suggestions and links seem to refer to Kubernetes deployment. I'm deploying via a standalone docker instance and not leveraging Kubernetes at this time. I've just now turned off the default app and only keeping logs on the system for 1 day - I rely on ELK for logging so no use for SigNoz logs. I'll monitor and check if that helps
SigNoz is an open-source APM. It helps developers monitor their applications & troubleshoot problems, an open-source alternative to DataDog, NewRelic, etc.