Raspberry pie
Create a memory disk on raspberry pie, and put the frequently read and write cache and other small files into the memory, so as to reduce the life consumption of SD card.
mkdir /ram
mount -t tmpfs -o size=10m,mode=0777 tmpfs /ram
The above command is to create a 10 megabyte memory disk. Adjust according to your own needs.
Use Alipay, wechat and QQ clients to scan code and reward
Reward the author
This paper is written by SangSir Creation, adoption Knowledge sharing signature 4.0 International license agreement
In addition to the reprint / source, all articles are original or translated. Please sign before reprinting