0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

ラズパイ高速化 なったと思う。

Last updated at Posted at 2024-12-01

以下で早くなった。
1.bluetooth関連サービスの停止。

sudo systemctl stop hciuart.service
sudo systemctl stop bluetooth.service

2.bluetooth関連サービスの自動起動を無効にする。

sudo systemctl disable hciuart.service

3.bluetooth関連サービスの停止。

sudo systemctl stop hciuart.service
sudo systemctl stop bluetooth.service

4.bluetooth関連サービスの自動起動を無効にする。

sudo systemctl disable hciuart.service
  1. 仮想メモリの SWAP領域を 2GBに広げる
sudo sed -i -e "s/^CONF_SWAPSIZE=.*/CONF_SWAPSIZE=2048/g" /etc/dphys-swapfile```
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?