From: Jung wook Son <9ruvie@...> Date: 2007-05-11T18:18:48+09:00 Subject: Re: DRb connection error with more than 250+ DRb services Brian Candler wrote: > On Fri, May 11, 2007 at 05:56:21PM +0900, Jung wook Son wrote: >> file size (blocks, -f) unlimited >> virtual memory (kbytes, -v) unlimited >> file locks (-x) unlimited > > Hmm. Should be enough, unless you're opening other file-like objects in > your > program. But you could try raising/lowering ulimit -n to see if it makes > a > difference. Thanks Brian. I am opening 1024+ file-like objects. That's the answer exactly. One more question. When I try to change ulimit value, I have some error. dev@seou$: ulimit -n 2048 -bash: ulimit: open files: cannot modify limit: Operation not permitted dev@seoul$ sudo ulimit -Sn 2048 sudo: ulimit: command not found -- Posted via http://www.ruby-forum.com/.