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 8085387 commit c87bf08Copy full SHA for c87bf08
crates/pixi_utils/src/rlimit.rs
@@ -1,7 +1,7 @@
1
/// The desired value for the RLIMIT_NOFILE resource limit. This is the number
2
/// of file descriptors that pixi should be able to open.
3
#[cfg(not(target_os = "windows"))]
4
-pub const DESIRED_RLIMIT_NOFILE: u64 = 1024;
+pub const DESIRED_RLIMIT_NOFILE: u64 = 2048;
5
6
/// Attempt to increase the RLIMIT_NOFILE resource limit to the desired value
7
/// for pixi. The desired value is defined by the `DESIRED_RLIMIT_NOFILE`
0 commit comments