I’m trying to run (docker, process_execution) test...
# development
s
I’m trying to run (docker, process_execution) tests and all but two panic with the error
“Error making env for store at <dir>: Too many open files”
I see the containers spin up correctly in docker desktop. Following the error shows it originates from the lmdb setup. Is there some config I need to set up prior? (Running MacOS x86_64)
1
c
s
Perfect! Thanks that was it
👍 1