I am using Ubuntu 14.04LTS 64bit
.
I encounter this problem when I opened too many files by a emacs function. Error is signaled as a message and prevent me from opening more files.
I checked my ulimit -a
which shows my open files
limit is 1024
.
So I changed the files limit to 4096
by this method.
After that, when I tried to open files more than 1024
, emacs quit instantly without signaling any error.
Any suggestion to this problem?
start-process
make a\dev\pts\number
file. I am trying to implement some multithread feature and test how many maximumstart-process
can be done. I wonder if file limit is the bottleneck. – tom Apr 09 '16 at 09:14