View Single Post
  #3 (permalink)  
Old 2007-09-13
cpcpc cpcpc is offline
Member
 
Join Date: 2006-10-27
Location: MA, USA
Posts: 44
Rep Power: 0
cpcpc has an average reputation (10+)
Default Re: Capacity Optimization

Use this to check the limit you set is actually working on the modules:
fw tab -t connections | grep limit

You can check the traffic using this:
fw tab -t connections -s -f

If you properly set up Max concurrent connection, it can prevent "out of memory". This is a protection.
Reply With Quote