Hi there,
On Raspberry Pi 4 4GB is pigpiod process eating 7% of CPU all the time.
Is this a necessary or there is a way to reduce it? (higher s parameter, etc?)
Thanks
Hi there,
On Raspberry Pi 4 4GB is pigpiod process eating 7% of CPU all the time.
Is this a necessary or there is a way to reduce it? (higher s parameter, etc?)
Thanks
May be helpful: https://github.com/joan2937/pigpio/issues/29
You can adjust the parameters by editing the file /lib/systemd/system/pigpiod.service
Thanks for answer, is there any limit for parameters to keep fan control working?
i used -m
and -s 10
and the pigpio.service is eating very little CPU…
This is how my pigpio.service looks like:
[Unit]
Description=Daemon required to control GPIO pins via pigpio
[Service]
ExecStart=/usr/bin/pigpiod -l -m -s 10
ExecStop=/bin/systemctl kill pigpiod
Type=forking
[Install]
WantedBy=multi-user.target
I’m very interested by this. I think I will have to bypass pigpio and control the fan manually if it’s always eating cpu