There is now a memory limit for the poller
This commit is contained in:
@@ -41,6 +41,10 @@ function poller_run($argv, $argc){
|
||||
|
||||
$a->start_process();
|
||||
|
||||
if ($a->min_memory_reached()) {
|
||||
return;
|
||||
}
|
||||
|
||||
if (poller_max_connections_reached()) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user