On Thu, 2003-10-16 at 11:15, Mike Norton wrote: > Yes I understand this however when I watch a particular process > using Apache::VMonitor the process carries on serving requests > even once it has exceeeded the size I have specified
What platform are you on? There may be a difference in the size calculations that the two modules are using. VMonitor uses GTop to get sizes, while SizeLimit uses various approaches depending on platform. On Linux it reads the /proc filesystem. - Perrin