]> git.pld-linux.org Git - packages/kernel.git/blame - linux-tasks.patch
- removed all Group fields translations (oure rpm now can handle translating
[packages/kernel.git] / linux-tasks.patch
CommitLineData
c2e48fb8
JR
1--- linux.orig/include/linux/tasks.h Mon Dec 11 01:49:44 2000
2+++ linux/include/linux/tasks.h Sat Dec 23 04:31:48 2000
ee57f6aa
JR
3@@ -11,10 +11,10 @@
4 #define NR_CPUS 1
5 #endif
6
c2e48fb8
JR
7-#define NR_TASKS 512 /* On x86 Max about 4000 */
8+#define NR_TASKS 4080 /* On x86 Max about 4000 */
ee57f6aa
JR
9
10-#define MAX_TASKS_PER_USER (NR_TASKS/2)
11-#define MIN_TASKS_LEFT_FOR_ROOT 4
12+#define MAX_TASKS_PER_USER 256
13+#define MIN_TASKS_LEFT_FOR_ROOT 64
14
15
16 /*
This page took 0.516682 seconds and 4 git commands to generate.