From e75212c299ccc5ce594a9a8abba981d048bde6fa Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Mon, 20 Jun 2011 20:21:12 +0200 Subject: [PATCH] increase number of poll_ip_username to 40 since we don't use external ping worker we still can do this and fit into 4G or RAM with ~500Mb free at all times --- gearman_driver.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gearman_driver.pl b/gearman_driver.pl index a229db9..91ee258 100755 --- a/gearman_driver.pl +++ b/gearman_driver.pl @@ -23,7 +23,7 @@ my $driver = Gearman::Driver->new( min_processes => 0, }, 'APKPM::Poll::poll_ip_username' => { - max_processes => 30, + max_processes => 40, min_processes => 0, }, 'APKPM::Ping::ping' => { -- 2.20.1