We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51f614c commit 067c3f8Copy full SHA for 067c3f8
run.py
@@ -18,7 +18,7 @@
18
SRPMS_MOUNT_ROOT = "/tmp/docker-SRPMS"
19
20
DEFAULT_BRANCH = '8.3'
21
-DEFAULT_ULIMIT_NOFILE = 1024
+DEFAULT_ULIMIT_NOFILE = 4096
22
23
RUNNER = os.getenv("XCPNG_OCI_RUNNER")
24
if RUNNER is None:
0 commit comments