do not try to compile documentation examples
[linux-2.6.git] / linux-2.6-550-raise-default-nfile-ulimit.patch
1 From 18e1bd7febd64f07fc06f7cd9db1241f2668b425 Mon Sep 17 00:00:00 2001
2 From: S.Çağlar Onur <caglar@cs.princeton.edu>
3 Date: Tue, 7 Dec 2010 11:08:33 -0500
4 Subject: [PATCH] linux-2.6-550-raise-default-nfile-ulimit.patch
5
6 ---
7  include/linux/fs.h |    2 +-
8  1 files changed, 1 insertions(+), 1 deletions(-)
9
10 diff --git a/include/linux/fs.h b/include/linux/fs.h
11 index d845dee..35f684c 100644
12 --- a/include/linux/fs.h
13 +++ b/include/linux/fs.h
14 @@ -21,7 +21,7 @@
15  
16  /* Fixed constants first: */
17  #undef NR_OPEN
18 -#define INR_OPEN 1024          /* Initial setting for nfile rlimits */
19 +#define INR_OPEN 4096          /* Initial setting for nfile rlimits */
20  
21  #define BLOCK_SIZE_BITS 10
22  #define BLOCK_SIZE (1<<BLOCK_SIZE_BITS)
23 -- 
24 1.5.4.3
25