Created
February 5, 2014 16:44
-
-
Save clemensg/8827890 to your computer and use it in GitHub Desktop.
My FreeBSD /boot/loader.conf
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # /boot/loader.conf | |
| # Clemens Gruber, 2014 | |
| # | |
| autoboot_delay="5" | |
| # Intel AES-NI Hardware Crypto | |
| aesni_load="YES" | |
| # Intel CPU Temp | |
| coretemp_load="YES" | |
| # ZFS! | |
| #zfs_load="YES" | |
| # Alternative: Software RAID | |
| #geom_mirror_load="YES" | |
| # Async IO syscalls | |
| #aio_load="YES" | |
| # Intel Network tuning (em driver) | |
| #hw.em.rxd="2048" | |
| #hw.em.txd="2048" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment