This is because CONFIG_BASE_SMALL is set to 1 in the kvm kernels. When CONFIG_BASE_SMALL=1, the maximum number of PIDs is (PAGE_SIZE * 8), which comes out to (4096 * 8) = 32768 on amd64. When CONFIG_BASE_SMALL=0 (like in normal kernels), the maximum number of PIDs for amd64 is (4 * 1024 * 1024) = 4194304.
The correct solution here is to fix the systemd unit. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1888001 Title: Focal minimal cloud image: failed to apply kernel variables To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1888001/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
