0 votes
154 views
in Cloud by
recategorized by

 The cloud system loads at a slow frequency. After restart will be fine... may I know what could be the cause?

1 Answer

0 votes
by
What OS you are using? if it is Linux, better to check the service status and see if any of them over using the resources. Check with the cloud provider and upgrade the system if necessory
 

You can use the command "top" to check the CPU load
 

"free -mh" for RAM memory usage

and "df -h" for Disk space usage
...