# $UFP: config/freebsd/E590T/boot/loader.conf,v 1.18 2024-10-22 15:52:01 trond Exp $ #debug.debugger_on_panic="1" #kern.hz="50" #kern.vty="sc" kern.vty="vt" hw.vga.textmode="0" hw.syscons.bell="0" kern.vt.enable_bell="0" # Don't use at ALL! #hw.syscons.disable=1 efi_max_resolution="1920x1080" loader_logo="beastie" loader_color="YES" cpu_microcode_load="YES" cpu_microcode_name="/boot/firmware/intel-ucode.bin" dtraceall_load="YES" #fusefs_load="YES" pchtherm_load="YES" #zfs_load="YES" #vfs.root.mountfrom="zfs:edit-and-uncomment-if-using-separate-boot-and-root-pools" zpool_cache_load="YES" zpool_cache_type="/boot/zfs/zpool.cache" zpool_cache_name="/boot/zfs/zpool.cache" lindebugfs_load="YES" vm.pmap.pg_ps_enabled="1" hw.usb.no_pf="1" hw.usb.no_boot_wait="1" hw.usb.no_shutdown_wait="1" #hw.xn.num_queues="1" hw.memtest.tests="0" #kern.geom.label.disk_ident.enable="0" #kern.geom.label.gptid.enable="0" # 7/8 of 32 GiB is 28 GiB = 30064771072 bytes vfs.zfs.arc_max="30064771072" #vfs.zfs.arc_max="32010301440" #vfs.zfs.arc_max="16005150720" #vfs.zfs.arc_max="17179869184" #vfs.zfs.arc_max="8589934592" # https://fasterdata.es.net/host-tuning/freebsd/ #cc_cubic_load="YES" cc_htcp_load="YES" #sysctlinfo_load="YES" #cuse_load="YES" # hw.nvme.use_nvd: 1 = Create NVD devices (default), 0 = Create NDA devices # sysutils/smart needs hw.nvme.use_nvd=0. hw.nvme.use_nvd=0 #hw.nvme.use_nvd=1 # Somehow this firmware isn't part of the kernel-based bundle. #iwm9260fw_load="YES" #kern.sched.preempt_thresh="80" kern.sched.preempt_thresh="224" # For individual control of the frequency of each CPU hyperthread. machdep.hwpstate_pkg_ctrl="0" # For testing the iwlwifi(4) driver. boot_verbose="YES" kern.msgbufsize="1146880" # Try out the new tarfs(5). tarfs_load="YES" # Specify the small font. screen.font="8x16" # We don't need a dual console until we need it. It can also be considered a security risk. # As of 2024-10-22, 15.0-CURRENT's Lua boot loader's menu doesn't give a toss about my wishes, suggesting booting the kernel with dual console, with the serial as the primary; luckily the boot loader's other logic does the right thing. boot_multicons="NO" boot_serial="NO" console="efi" #console="comconsole" #console="efi,comconsole" #console="vidconsole" #console="vidconsole,comconsole" # EOF