Module Options - UG1586

Onload User Guide (UG1586)

Document ID
UG1586
Release Date
2025-11-03
Revision
1.31 English

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 -f

    If the dracut command is not available:

    • On Ubuntu, use the following command instead:
      update_initramfs
    • Otherwise refer to the documentation for your OS.