texmacs-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Texmacs-dev] number of open files


From: Josef Weidendorfer
Subject: Re: [Texmacs-dev] number of open files
Date: Fri, 16 Sep 2011 18:04:57 +0200
User-agent: KMail/1.13.6 (Linux/2.6.38-11-generic; KDE/4.7.0; x86_64; ; )

On Friday 16 September 2011, Joris van der Hoeven wrote:
> provoke and might pop up at other moments later). In particular,
> I still do not understand why I have "too many open files",
> eventhough lsof gives me far less open files (124) than
> the allowed limit.

Just a quick guess: After mmap'ing a file, you can close the
descriptor, but perhaps it still falls under the OS X limit until
a munmap is done? This would explain the connection to freetype,
which seems to map fonts into memory.

Josef



reply via email to

[Prev in Thread] Current Thread [Next in Thread]