https://bugs.kde.org/show_bug.cgi?id=465435
--- Comment #3 from Corentin Noël <tin...@noel.tf> --- Thank you for your answer that was really useful, it was indeed an issue with both Docker and Crosvm: Docker set a limit to 1048576 so I've added "--ulimit nofile=1024:4096" to the docker arguments to have decent default configuration. I've also had to modify Crosvm (more precisely minijail that it is using) by preventing it to change the nofile limit in https://github.com/google/minijail/blob/c30d299f93f94a4ee4b786d15e1fb194f8709b9f/libminijail.c#L2183 I hope it will be useful to anyone having the same issue. -- You are receiving this mail because: You are watching all bug changes.