What can I do about mem swap size #683
-
Beta Was this translation helpful? Give feedback.
Answered by
aaronwmorris
Apr 7, 2023
Replies: 1 comment
-
You should decrease your kernel swappiness to 1 like in https://github.com/aaronwmorris/indi-allsky/wiki/Memory-Optimizations
You can clear swap an raspi (without rebooting) by doing the following:
Setting swappiness to 1 just sets a preference to decreasing file cache to free memory instead of swapping pages to disk. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Dentonknifeworks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You should decrease your kernel swappiness to 1 like in https://github.com/aaronwmorris/indi-allsky/wiki/Memory-Optimizations
You can clear swap an raspi (without rebooting) by doing the following:
Setting swappiness to 1 just sets a preference to decreasing file cache to free memory instead of swapping pages to disk.