Bug 1217993 - 4K file descriptors is not enough for everyone
Summary: 4K file descriptors is not enough for everyone
Status: NEW
Alias: None
Product: openSUSE.org
Classification: openSUSE
Component: BuildService (show other bugs)
Version: unspecified
Hardware: All All
: P5 - None : Normal (vote)
Target Milestone: ---
Assignee: Adrian Schröter
QA Contact: Adrian Schröter
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-12-12 17:46 UTC by Bruno Pitrus
Modified: 2023-12-27 09:51 UTC (History)
0 users

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Bruno Pitrus 2023-12-12 17:46:35 UTC
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.