Skip to topic | Skip to bottom
Home
Sysadmin
Sysadmin.PerformanceTuningr1.1 - 05 Jun 2002 - 00:55 - ChristopherMitchelltopic end
You are here: Sysadmin > PerformanceTuning

Start of topic | Skip to actions

Performance Tuning GNU/Linux systems

GNU/Linux systems running servers that spawns a process for each connection should be configured at compile-time to handle many processes.

1.1 Tuning NR_TASKS

The default number of maximum tasks in the Linux kernel is set to 512.

This is defined by NR_TASKS in $BUILDDIR/linux/include/linux/tasks.h

It's recommended changing NR_TASKS from 512 to (at least) 2048 and changing MIN_TASKS_LEFT_FOR_ROOT to 24


-- ChristopherMitchell - 04 Jun 2002
to top


You are here: Sysadmin > PerformanceTuning

to top

Copyright © 1999-2008 by the contributing authors.
All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding this tool? Send feedback (in English, Francais, Deutsch or Dutch).