Yes I have 3 gig in each firewall.
> > I am currently running NG AI R55 HFA18 on HP DL 380's in active/passive > > mode running SecurePlatform. On the SmartView Status under System > > Kernel Memory I am seeing a negative number under allocations. On both > > the primary and the standby at different times. > > > > Can anyone let me know exactly what that means? Any assistance would be > > appreciated. > > > > quoting from the ngx administration III checkpoint book negative numbers > is the checkpoint way to represent very big numbers. really. Which is another way of saying there is an integer overflow bug somewhere in their code, and they can't be bothered to fix it. In a 32-bit platform, INT_MAX is 2147483647 (= 2 ^ 31 - 1 = 2048 * 1024 * 1024 - 1) If you take an unsigned int larger than that, and treat it as a signed int, the high order bit will be 1, and it will be treated as a negative number. Do you by chance have between 2 and 4 Gig of RAM in these machines? Regards Mark ================================================= To set vacation, Out-Of-Office, or away messages, send an email to [EMAIL PROTECTED] in the BODY of the email add: set fw-1-mailinglist nomail ================================================= To unsubscribe from this mailing list, please see the instructions at http://www.checkpoint.com/services/mailing.html ================================================= If you have any questions on how to change your subscription options, email [EMAIL PROTECTED] =================================================
