Coming from How to increase the network bandwidth I want to improve local network performance for communication between containers/instance. The docs say:
You must also change the
txqueuelen
value for all Ethernet interfaces in your instances, in the same way as described for the LXD host.
What would be the best place to do this automatically for all instances? I thought about putting it into the lxd profile but I did not find an option that would allow this in the documentation.
Is it possible to add ifup
commands via lxd profile or run some commands after container startup automatically?