Revision db345cd5
Added by Scott Ullrich almost 16 years ago
usr/local/www/services_dhcp.php | ||
---|---|---|
31 | 31 |
|
32 | 32 |
require("guiconfig.inc"); |
33 | 33 |
|
34 |
/* Fix failover DHCP problem |
|
35 |
* http://article.gmane.org/gmane.comp.security.firewalls.pfsense.support/18749 |
|
36 |
*/ |
|
37 |
ini_set("memory_limit","64M"); |
|
38 |
|
|
34 | 39 |
/* This function will remove entries from dhcpd.leases that would otherwise |
35 | 40 |
* overlap with static DHCP reservations. If we don't clean these out, |
36 | 41 |
* 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