I want to set the sysctl net.unix.max_dgram_qlen parameter in LXC because the default value (10) is too small for me. Is it possible in some way without changing the source code of Linux kernel? I'm looking for the setting in XML configuration for an LXC domain and I can't find one. Setting it inside an LXC container (sysctl -w) is prohibited.