Turntable
-
Do I need to put the ff under turntables or Loader.conf is sufficient:
hw.igb.rxd="2048"
hw.igb.txd="2048"
hw.igb.num_queues="0"
hw.igb.enable_aim="1"
hw.igb.max_interrupt_rate="16000"
hw.igb.rx_process_limit="-1"
hw.igb.tx_process_limit="-1" -
Those are loader variables so if you want to use them they need to be in the loader file.
However you should use /boot/loader.conf.local to avoid them being overwritten / removed by changes in pfSense. Create that file if required.You probably don't need those at all though.
Steve
-
Thanks for replying!
How do I create that file: /boot/loader.conf.local . It seems I cant find a tutorial
I'm running it under Windows 10
-
@magikmark
Go to Diagnostics > Edit File, put in the file path and your parameters and save it.
Reboot. -
Awesome!