On 19/08/12 16:28, Michael D. Wood wrote: > Hi Guys, > > I'm getting an error thrown trying to delete an expired DHCP lease. > > Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to > allocate 2 bytes) in /usr/local/www/status_dhcp_leases.php on line 58 > > Line 58 reads: > $leases_contents = file($leasesfile); > > Any ideas?
Looks like you're hitting PHP's memory limit (128 MB in this case). Is that a really large leases file? Paul _______________________________________________ List mailing list [email protected] http://lists.pfsense.org/mailman/listinfo/list
