Closed stephb9959 closed 4 years ago
emfile
means it ran out of file descriptors, you need to increase the limit probably, via ulimit -n
or similar.
Hmmm...
Well, that was about the only thing I did not check... and that was the problem. I changed the /etc/security/limits.conf file and she compiles again...
Thanks again Loïc, super fast and accurate answer, as usual.
Hi,
I have a project that builds just fine on Catalina and fails on Debian 10. Same version of Erlang, same checkout, same exact code. I am using the latest erlang.mk file.
I have tried to remove almost anything in the makefile to no avail, checked permissions, removed all deps, ... a bit lost where to go from here.
So the build stops just before the final ERLC command to compile the project .erl files. So all deps compile, then I get: DEPEND dpaas_mgr.d
Then the crash.
I have looked at other problems with do_boot and I could not find a solution.
Thanks for the help.