Re: Logic Audio and MAXFILEs
Re: Logic Audio and MAXFILEs
- Subject: Re: Logic Audio and MAXFILEs
- From: Jeremy Sagan <email@hidden>
- Date: Thu, 13 Nov 2003 14:43:41 -0500
On Thursday, November 13, 2003, at 01:19 AM, Marc Poirier wrote:
Of course, you shouldn't really have to worry about this and apps like
Logic should be doing a setrlimit(RLIMIT_NOFILE, etc.) when the limit
for
open files is hit. The default value per process (at least in 10.2) is
256, which definitely isn't adequate for a lot of sampler needs. But
anyway, you'd probably be better off filing a proper bug report than
sending emails to this list about this.
I just did a test under 10.2.8 and
rlimit rlp = { 8192, 8192};
if (getrlimit(RLIMIT_NOFILE, &rlp) == 0)
returns rlp.rlim_cur and rlp.rlim_max both equal to 2048. Doesn't that
mean that 2048 is the hard limit?
Jeremy
_______________________________________________
coreaudio-api mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/coreaudio-api
Do not post admin requests to the list. They will be ignored.