View Single Post
Old 07-10-2019, 12:26 PM   #30
svijayrathinam
Human being with feelings
 
Join Date: May 2017
Posts: 981
Default

Quote:
Originally Posted by Justin View Post
Hmmm.

OK so I'm adding a new reaper.ini setting for 5.980rc2, which is (in the REAPER section):

Code:
osx_max_open_files=
You can specify a hardcoded value like:

Code:
osx_max_open_files=40000
or
Code:
osx_max_open_files=256000
And you can append a "v" to make it throw a messagebox up at startup to show you status, e.g.

Code:
osx_max_open_files=40000v
You can also use "a" as a value and it will try to autodetect (by trial and error) what the maximum value supported is.

Code:
osx_max_open_files=av
(remove the v if you decide you don't want to know).

So maybe try rc2 with osx_max_open_files=av, and try with something like:

Code:
sudo launchctl limit maxfiles 150000 250000
Also when you say "too many open files opened error", can you show me what that looks like?

Thank you so much Justin


Here is a link to the screenshot of how the error looks like

https://drive.google.com/open?id=16_...m&usp=drive_fs
svijayrathinam is offline   Reply With Quote