Yoink! wrote: > On Sun, 24 Nov 2002, Mikevl wrote: > > I need to change some kernel parameters as below > > > > * maximum number of processes > > * maximum number of open files > > * maximum number of open inodes in-core > > > > # echo 8192 >/proc/sys/fs/file-max > # echo 32768 >/proc/sys/fs/inode-max > # echo 10000 >/proc/sys/kernel/threads-max >
Why not define these as sys.fs.file-max = 8192 sys.fs.inode-max = 32768 sys.kernel.threads-max = 10000 in /etc/sysctl.conf? Red Hat's included the wheel with the sysctl command - no need to reinvent it (though each will eventually accomplish the same thing, it makes more sense to do those "same" tasks from one spot vs. many). -Rick -- Rick Johnson, RHCE - [EMAIL PROTECTED] Linux/WAN Administrator - Medata, Inc. (from home) PGP Key: https://mail.medata.com/pgp/rjohnson.asc -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/redhat-list