Re: Logic Audio and MAXFILEs
Re: Logic Audio and MAXFILEs
- Subject: Re: Logic Audio and MAXFILEs
- From: Marc Poirier <email@hidden>
- Date: Thu, 13 Nov 2003 16:59:17 -0600 (CST)
On Thu, 13 Nov 2003, Jeremy Sagan 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?
Yeah, at least that's my understanding. Maybe a Jaguar <-> Panther
difference?
Marc
_______________________________________________
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.