Skip to content

Commit

Permalink
cloud-in-a-box: high load after reboot (#752)
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Berendt <[email protected]>
  • Loading branch information
berendt authored Jan 11, 2025
1 parent f612524 commit ac5087e
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 18 additions & 1 deletion docs/guides/other-guides/cloud-in-a-box/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,24 @@ is permitted there.

## Troubleshooting

![Broken disk setup](./images/screenshot1.png)
### High load after reboot

After a reboot, there is a very high load for the first few minutes. Depending
on which CPU is used, this can be over 100.

```
dragon@cumulus:~$ uptime
16:58:12 up 1 min, 1 user, load average: 101.44, 30.94, 10.78
```

After about 5 minutes, when all services have been started, this normalises again
and the load drops well below 10.

![Netdata System Load Average](./images/netdata-high-load.png)

### Broken disk setup

![Broken disk setup](./images/broken-disk-setup.png)

This error means that your disk setup is broken. Use `cfdisk` and delete all partitions on
the system on which you want to install the Cloud in a Box image.
Expand Down

0 comments on commit ac5087e

Please sign in to comment.