ulimit: raise default hard ulimit on number of files to 4096
[deliverable/linux.git] / include / linux / fs.h
index 5bb9e826019b2fa27bf64a493bbba6f638381a32..3f9d3251790d081529e51870a073682260b2212b 100644 (file)
@@ -23,7 +23,8 @@
 
 /* Fixed constants first: */
 #undef NR_OPEN
-#define INR_OPEN 1024          /* Initial setting for nfile rlimits */
+#define INR_OPEN_CUR 1024      /* Initial setting for nfile rlimits */
+#define INR_OPEN_MAX 4096      /* Hard limit for nfile rlimits */
 
 #define BLOCK_SIZE_BITS 10
 #define BLOCK_SIZE (1<<BLOCK_SIZE_BITS)
This page took 0.037759 seconds and 5 git commands to generate.