On Thu, Oct 15, 2009 at 11:29 AM, Roberto Greiner <[email protected]> wrote: > Roberto Greiner wrote: >> >> Chris Buechler wrote: >>> >>> On Wed, Oct 14, 2009 at 2:28 PM, Roberto Greiner <[email protected]> >>> wrote: >>> >>>> >>>> At beginning of the file I have the following: >>>> >>>> failover peer "dhcp0" state { >>>> my state normal at 3 2009/10/14 14:23:17; >>>> partner state normal at 3 2009/10/14 14:13:17; >>>> } >>>> lease 172.16.89.254 { >>>> starts 3 2009/10/14 17:04:35; >>>> ends 3 2009/10/14 19:04:35; >>>> tsfp 3 2009/10/14 20:04:35; >>>> atsfp 3 2009/10/14 20:04:35; >>>> cltt 3 2009/10/14 17:04:35; >>>> binding state active; >>>> next binding state expired; >>>> hardware ethernet 00:0a:e4:5e:b5:a3; >>>> } >>>> >>>> That IP is for the notebook I'm using for setup. >>>> >>>> After that, there are thousand of entries like the following: >>>> >>>> lease 172.16.255.254 { >>>> starts 3 2009/10/14 14:08:33; >>>> binding state backup; >>>> } >>>> >>>> >>> >>> All those failover entries on that big of a scope exhaust PHP's memory >>> limit. No way around that for the time being, I opened a bug ticket >>> but you won't see that fixed in 1.2.x at least. Either use a smaller >>> scope, or use something else as your DHCP server. Or send patches to >>> fix the problem. :) >>> >> >> Ok, >> >> as soon as possible I will try using a smaller scope. >> >> Tks. >> >> Roberto > > It worked. I reduced the range to 172.16.50.0-172.16.60.254, and now the > "ntp servers" configuration no longer gives any problem. >
Scott also committed a fix to allow a larger PHP memory size for this page, for both 1.2.x and 2.0. Though that doesn't fix the problem entirely, it will let you use a much larger scope. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] Commercial support available - https://portal.pfsense.org
