Message from discussion
Help! warn: error raised: Error: accept EMFILE (with socket.io)
Received: by 10.236.134.16 with SMTP id r16mr9788147yhi.48.1352598538136;
Sat, 10 Nov 2012 17:48:58 -0800 (PST)
X-BeenThere: nodejs@googlegroups.com
Received: by 10.236.134.139 with SMTP id s11ls7922372yhi.8.gmail; Sat, 10 Nov
2012 17:48:45 -0800 (PST)
MIME-Version: 1.0
Received: by 10.236.181.234 with SMTP id l70mr2096969yhm.5.1352598525151; Sat,
10 Nov 2012 17:48:45 -0800 (PST)
Authentication-Results: ls.google.com; spf=pass (google.com: domain of
msc...@gmail.com designates internal as permitted sender)
smtp.mail=msc...@gmail.com; dkim=pass
header...@gmail.com
Received: by h15g2000yqe.googlegroups.com with HTTP; Sat, 10 Nov 2012 17:48:45
-0800 (PST)
Date: Sat, 10 Nov 2012 17:48:45 -0800 (PST)
In-Reply-To: <620f6956-587b-42cc-bf6f-c321396bc9b0@googlegroups.com>
References: <620f6956-587b-42cc-bf6f-c321396bc9b0@googlegroups.com>
User-Agent: G2/1.0
X-HTTP-UserAgent: Mozilla/5.0 (Windows NT 5.2; WOW64) AppleWebKit/537.4
(KHTML, like Gecko) Chrome/22.0.1229.94 Safari/537.4,gzip(gfe)
Message-ID: <9fe3532d-59ab-4911-9995-1c42f4965161@h15g2000yqe.googlegroups.com>
Subject: Re: Help! warn: error raised: Error: accept EMFILE (with socket.io)
From: mscdex <msc...@gmail.com>
To: nodejs <nodejs@googlegroups.com>
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
On Nov 10, 7:33=A0pm, Maximiliano Guzenski <maxguzen...@gmail.com>
wrote:
> I already setted "ulimit -n 200000" on linux, but it didn't fix this issu=
e.
> I changed /etc/limits.conf as well.
You can double check the values being used by finding your app's
process id and then `cat /proc/<pid>/limits`