https://signoz.io logo
#support
Title
# support
z

Zaid Khan

04/04/2022, 8:21 AM
Hi Team, my server is down as most of the memory is used by Signoz. Attached is the picture:
Where as docker stats --no-stream is giving me:
p

Palash Gupta

04/04/2022, 9:49 AM
@User
a

Ankit Nayan

04/04/2022, 10:39 AM
@User
docker stats --no-stream
does not show any substantial memory usage and the screenshot if showing disk space used which shows it to be
7.4GB
?
z

Zaid Khan

04/05/2022, 7:58 AM
It's the disk usage $ du -h *
The current disk usage for signoz is satisfied or is it high? I am running signoz on latest version
a

Ankit Nayan

04/05/2022, 9:54 AM
depends on how many spans you have stored till now. You can configure the retention period to prevent ever increasing disk space https://signoz.io/docs/userguide/retention-period/
z

Zaid Khan

04/18/2022, 6:09 AM
Ok I can do it, but the thing is that I have removed the configuration from tomcat file. Only docker is running
a

Ankit Nayan

04/18/2022, 8:22 AM
@Zaid Khan you can set retention from the signoz's UI which will then alter clickhouse table schema and delete the data from the disk. For s3 you need to change clickhouse config but I would suggest the earlier as s3 is damn slow
2 Views