Bug ID | 1217993 |
---|---|
Summary | 4K file descriptors is not enough for everyone |
Classification | openSUSE |
Product | openSUSE.org |
Version | unspecified |
Hardware | All |
OS | All |
Status | NEW |
Severity | Normal |
Priority | P5 - None |
Component | BuildService |
Assignee | screening-team-bugs@suse.de |
Reporter | brunopitrus@hotmail.com |
QA Contact | adrian.schroeter@suse.com |
Target Milestone | --- |
Found By | --- |
Blocker | --- |
The hard limit for open file descriptors on OBS (ulimit -nH) seems to be 4096. This is not enough for building some software nowadays. Since version 1.85.0, VSCode got bloated enough and fails to build on OBS (on all targets) due to EMFILE (see https://github.com/microsoft/vscode/issues/200276 ) The package builds fine in a local chroot (the relevant limit on my machine is 512K) Please either increase the limit globally in OBS kernels to eg. 32K, or provide the packagers a way to override it.