Anyone seeing: `exceeded timeout of 60 seconds whi...
# general
c
Anyone seeing:
exceeded timeout of 60 seconds while waiting for pantsd to start
?
b
What system are you running this on?
c
In an ubuntu based docker container ubuntu:22.04 to be specific.
b
What's the host? And, what architecture? I've personally had memory use problems with a macOS host on arm64/apple silicon (https://github.com/pantsbuild/pants/issues/17622).
c
Host is Ubuntu 22.04.02 LTS on WSL2 on Windows 11 Version 22H2 Build (22621.1265)
b
Ah, okay, quite different to the setup above, so maybe not relevant. Does increasing the log level (e.g.
./pants -ldebug ...
or
pants -ldebug ...
) provide any more output? Similarly, is there anything in
.pants.d/pants.log
?
c
I'm seeing
Failed to begin watching the filesystem: Too many open files
despite setting the soft limit for open files equal to the hard limit (1000000). Obviously I was using the suggested 10,000 I just figured I'd try setting it to max.
Any suggestions?
b
I don't know enough to be any more help, sorry