I've been pushing my NodeJS api to azure web app for a while with no issues. All of the sudden I started getting an error
Counting objects: 4, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (4/4), done.
Writing objects: 100% (4/4), 389 bytes | 0 bytes/s, done.
Total 4 (delta 3), reused 0 (delta 0)
remote: 1 [main] sh 22036 fork: child -1 - forked process 22372
died unexpectedly, retry 0, exit code 0xC0000142, errno 11
remote: hooks/post-receive: fork: retry: No child processes
remote: 1245456 [main] sh 22036 fork: child -1 - forked process 22744
died unexpectedly, retry 0, exit code 0xC0000142, errno 11
remote: hooks/post-receive: fork: retry: No child processes
remote: 3477389 [main] sh 22036 fork: child -1 - forked process 23096
died unexpectedly, retry 0, exit code 0xC0000142, errno 11
remote: hooks/post-receive: fork: retry: No child processes
remote: 7701942 [main] sh 22036 fork: child -1 - forked process 10872
died unexpectedly, retry 0, exit code 0xC0000142, errno 11
remote: hooks/post-receive: fork: retry: No child processes
remote: 16016176 [main] sh 22036 fork: child -1 - forked process 6304
died unexpectedly, retry 0, exit code 0xC0000142, errno 11
remote: hooks/post-receive: fork: Resource temporarily unavailable
I tried restarting the azure instance and my machine as well. Any help will be greatly appreciated.
User contributions licensed under CC BY-SA 3.0