Guest Posted April 27, 2022 Posted April 27, 2022 Hello, My NAS becomes unresponsive every time I run a somewhat CPU-intensive task: indexing photos in photoprism, importing followings in Mastodon… or just browsing Mastodon. Is it expected of the Rockchip RK3399 or can I improve the situation with the right CPUfreq config ? For context, here is my CPUfreq config and kernel (I have yet to update): axel@helios64:~$ cat /etc/default/cpufrequtils ENABLE="true" GOVERNOR=performance MAX_SPEED=1200000 MIN_SPEED=1200000 axel@helios64:~$ uname -a Linux helios64 5.10.21-rockchip64 #21.02.3 SMP PREEMPT Mon Mar 8 01:05:08 UTC 2021 aarch64 GNU/Linux Thanks!
RockBian Posted April 28, 2022 Posted April 28, 2022 I don't think cpufreq config will help much. A cpu intensive task will eat all cpu cycles, no matter what frequency the cpu runs at. Somehow your task switching doesn't work as it should. Did you change anything in default priorities? How about memory utilization? Didn't know what Mastodon is, but it seems to be a social network. How do you use a NAS to browse a network?
Recommended Posts