Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Sorry … thats what i meant to as but write down full haha
But still i don’t know what it can be or in what log in can check this.
The screenshot shows disc IO, not space used. “Space usage” is the graph you should check out, it’s down under the graphs in your screenshot on New Relic.
This might help find which folders are huge. The following command sorts your entire server by largest folder (1GB and larger).
du -k | sort -n | perl -ne 'if ( /^(\d+)\s+(.*$)/){$l=log($1+.1);$m=int($l/log(1024)); printf ("%6.1f\t%s\t%25s | %s\n",($1/(2**(10*$m))),(("K","M ","G","T","P")[$m]),"*"x (1.5*$l),$2);}'