Enable enable asynchronous I/O on Free BSD:
This allows for multiple operations during data processing, Highly beneficial for a NAS.
Edit the /boot/loader.conf file and add this line:
aio_load="YES"
save then either reboot the device or run this command: kldload aio
Source | Date: March 4th, 2021
Back