Skip to content

Instantly share code, notes, and snippets.

@clemensg
Created February 5, 2014 16:44
Show Gist options
  • Select an option

  • Save clemensg/8827890 to your computer and use it in GitHub Desktop.

Select an option

Save clemensg/8827890 to your computer and use it in GitHub Desktop.
My FreeBSD /boot/loader.conf
# /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