Onload has module options:
- To list all onload module options:
# modinfo onload -
Onload module options can be set in a
user-created file (for example onload.conf) in
the /etc/modprobe.d directory. For
example:
options onload max_layer2_interfaces=16 - For the change to persist across reboots, update the initramfs. Use
the following
command:
dracut -fIf the
dracutcommand is not available:- On Ubuntu, use the following command
instead:
update_initramfs - Otherwise refer to the documentation for your OS.
- On Ubuntu, use the following command
instead: