just above the foreach and that worked for our 680GB ram monster.my $free= `free|fgrep Mem`; if($free=~/Mem\s*:\s+(\S+)\s+/i) { $totalmem = convtok($1); } else { die("Can't find memory info\n"); }
In reply to Re: Analyzing Apache memory usage
by Anonymous Monk
in thread Analyzing Apache memory usage
by Azhrarn
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |