Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 85656
Collapse All | Expand All

(-)kernel/fork.c.orig (-1 / +1 lines)
Lines 119-125 Link Here
119
	 * value: the thread structures can take up at most half
119
	 * value: the thread structures can take up at most half
120
	 * of memory.
120
	 * of memory.
121
	 */
121
	 */
122
	max_threads = mempages / (8 * THREAD_SIZE / PAGE_SIZE);
122
	max_threads = mempages / (16 * THREAD_SIZE / PAGE_SIZE);
123
123
124
	/*
124
	/*
125
	 * we need to allow at least 20 threads to boot a system
125
	 * we need to allow at least 20 threads to boot a system

Return to bug 85656