自从01年dillon commit之后一直就用着MAXUSERS 0。今天alu提到说MAXUSERS不合适的时候有可能会造成系统负荷能力下降,于是看了代码,发现MAXUSERS是根据内存大小算出来的,32-512之间。另外,实践证明MAXUSERS看来不能设置为2048(起不来)……
MAXUSERS可以决定maxproc和maxfiles(这两个可以在loader.conf里面调),不过不知道是不是alu遇到的哪个问题的原因……
« 关于blog的一些想法 | Main | Bigger bin patch accepted by FreeBSD »
自从01年dillon commit之后一直就用着MAXUSERS 0。今天alu提到说MAXUSERS不合适的时候有可能会造成系统负荷能力下降,于是看了代码,发现MAXUSERS是根据内存大小算出来的,32-512之间。另外,实践证明MAXUSERS看来不能设置为2048(起不来)……
MAXUSERS可以决定maxproc和maxfiles(这两个可以在loader.conf里面调),不过不知道是不是alu遇到的哪个问题的原因……
This page contains a single entry from the blog posted on May 30, 2004 2:19 AM.
The previous post in this blog was 关于blog的一些想法.
The next post in this blog is Bigger bin patch accepted by FreeBSD.
Many more can be found on the main index page or by looking through the archives.