Correction #12861
closedpfSense hardware tuning guide references obsolete interface loader variable & buffer limits
100%
Description
Some quick feedback on the online doc https://docs.netgate.com/pfsense/en/latest/hardware/tune.html
1. There is a reference to hw.igb.num_queues="1". As I understand it this sysctl was removed from FreeBSD 12 due to driver changes (so reference needs to be corrected for pfSense+ 21.x docs onwards)
NB for igb interfaces the former sysctl hw.igb driver tunables are now located under hw.em
2. There are several suggestions to increase kern.ipc.nmbclusters to 1000000 with advice
That number can be again be doubled or more as needed, but be careful not to exceed available kernel memory. On 64 bit systems with multiple GB of RAM, set it to 1 million (1000000).
Maybe include information on the size of a nmbcluster (2kB)? Although FreeBSD does not pre-allocate the buffer memory - a more conservative tuning suggestion may be to use no more than 25-50% of available memory to avoid possible memory exhaustion from DoS attacks?
Updated by Chris W over 2 years ago
- Status changed from New to Feedback
- % Done changed from 0 to 90
Updated by Jim Pingle over 2 years ago
- Status changed from Feedback to Pull Request Review
Updated by Jim Pingle about 2 years ago
- Status changed from Pull Request Review to Feedback
- Assignee set to Chris W
- % Done changed from 90 to 100
Merged and deployed
Updated by Jim Pingle about 2 years ago
- Status changed from Feedback to Resolved