Maybe due to the summer heat, the fan on the Raspberry Pi is spinning loudly. Just in case, I edited the crontab file with sudo crontab -e and add the following line to reboot it every day at 3 AM.

猛暑でRaspberry Piのファンがぶん回っている。念のためsudo crontab -eで、以下の1文を入れて毎日午前3時にリブートするようにしよう。

0 3 * * * /sbin/reboot