Hi FreeBSD community,
I have recently joined this great OS family, on a raspberry pi 4 w/4gig of ram, and experiencing some "performance" issues that I can not quite put my finger on.
My CPU has a maximum speed of 1500mhz but the system always seems to default it back to 600mhz upon reboot and not sure why.
Steps are based on the information available at: https://wiki.freebsd.org/arm/Raspberry Pi
I have the powerd_enable="YES" in settings
Thank you in advance for your help and guidance.
I have recently joined this great OS family, on a raspberry pi 4 w/4gig of ram, and experiencing some "performance" issues that I can not quite put my finger on.
My CPU has a maximum speed of 1500mhz but the system always seems to default it back to 600mhz upon reboot and not sure why.
Steps are based on the information available at: https://wiki.freebsd.org/arm/Raspberry Pi
I have the powerd_enable="YES" in settings
- Confirm dev.cpu.0.freq is showing 600
- Update the value by running sysctl dev.cpu.0.freq=1500
- Displays 1500
- Wait a few minutes then drops back to 600
Thank you in advance for your help and guidance.