Merge commit 'opendreambox/opendreambox-1.6' into vuplus-1.6
[vuplus_openembedded] / recipes / linux / linux-vusolo / linux-vusolo_resource.patch
1 Index: include/linux/resource.h
2 ===================================================================
3 --- include/linux/resource.h    (revision 1)
4 +++ include/linux/resource.h    (working copy)
5 @@ -62,7 +62,8 @@
6   * THT: 8MB is unreasonably high for embedded systems,
7   * for which, by default, only 32MB is allocated to the kernel
8   */
9 -#define _STK_LIM       (1<<20)
10 +/* #define _STK_LIM    (1<<20) */
11 +#define _STK_LIM       (4<<20)
12  
13  #else
14  #define _STK_LIM       (8*1024*1024)