Revision d5f5cf26
Added by Scott Ullrich over 15 years ago
usr/local/www/services_dhcp.php | ||
---|---|---|
47 | 47 |
exit; |
48 | 48 |
} |
49 | 49 |
|
50 |
/* Fix failover DHCP problem |
|
51 |
* http://article.gmane.org/gmane.comp.security.firewalls.pfsense.support/18749 |
|
52 |
*/ |
|
53 |
ini_set("memory_limit","64M"); |
|
54 |
|
|
50 | 55 |
/* This function will remove entries from dhcpd.leases that would otherwise |
51 | 56 |
* overlap with static DHCP reservations. If we don't clean these out, |
52 | 57 |
* then DHCP will print a warning in the logs about a duplicate lease |
Also available in: Unified diff
Set maximum memory to 64M for this page. Fixes #113