Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: ulimit -n to small



Heinrich Goetzger, April 19:

> > > I need a value for file descriptors > 5000 for some java
> > > application.

> > No help at all, but, seriously, what application needs more than
> > five thousand files open at the same time?,

> This is the "Acrobat Viewer Bean" [1] it scans the files in
> /usr/share/fonts for some reason. I'm evaluating this application
> right now.

Shouldn't it close the files after it has finished scanning them?
Perhaps the Java GC isn't freeing stuff correctly?

> Just try: 'find /usr/share/fonts/ | wc -l' it gives me 4992 which can

Wow, 4992 files in your fonts directory?  That's quite a bunch,
        nikolai

-- 
Nikolai Weibull: now available free of charge at http://bitwi.se/!
Born in Chicago, IL USA; currently residing in Gothenburg, Sweden.
main(){printf(&linux["\021%six\012\0"],(linux)["have"]+"fun"-97);}



Messages sorted by: Reverse Date, Date, Thread, Author