-
Notifications
You must be signed in to change notification settings - Fork 2
Optimizations
Yatharth Ranjan edited this page Jul 5, 2020
·
3 revisions
For low resource edge devices (like raspi zero, raspi 3 and other devices with ram <= 1GB)
- Limiting memory for different containers
- Increase swap memory size - https://wpitchoune.net/tricks/raspberry_pi3_increase_swap_size.html
- Use Zram as swap https://haydenjames.io/raspberry-pi-performance-add-zram-kernel-parameters/
- Limiting the amount of cache
- Don't check the schema validation for each data point
- Limiting CPU resources