I have some web servers to do serve by DNS load-sharing. But one of the
machine always swaped the PHP processes after days, others don't. There PHPs
are running under fastcgi mode.
web4# uname -a
FreeBSD web4.top1069.com 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Thu Apr 19
09:26:59 CST 2007     root@web4.xxxx.com:/usr/src/sys/i386/compile/WEB4
i386
web4# ps -ax | grep -i php | awk '{print $3}' | sort | uniq -c | sort -n
   1 S+
   2 Is
   2 S
   3 IW<
  13 S<
  15 IW<s
  16 I<
  17 I<s
web4#
All machines are with 1GB RAM Only this machine is 6.2, others are 6.0 or
6.1.
$ uname -a
FreeBSD web3.top1069.com 6.1-RELEASE FreeBSD 6.1-RELEASE #1: Mon Mar 19
02:34:10 CST 2007     root@web3.xxxx.com:/usr/src/sys/i386/compile/WEB3
i386
$ ps -ax | grep -i php | awk '{print $3}' | sort | uniq -c | sort -n
   1 RL+
   2 Is
   2 S
   3 I<
  14 S<
  17 I<s
On 2007-Jun-03 07:37:41 +0800, Ken Chen <ken73.chen@gmail.com> wrote:> I have some web servers to do serve by DNS load-sharing. But one of the > machine always swaped the PHP processes after days, others don't. There PHPs > are running under fastcgi mode.If there is pressure on memory, FreeBSD will swap unused processes. It's impossible to comment further without more information about your servers - what processes are running on them, what sort of workloads are placed on them and are the workloads the same on all. -- Peter Jeremy -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 187 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-stable/attachments/20070603/fb11e704/attachment.pgp