You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a problem that has haunted us for quite a while now. There is a limit on how many files can be opened on a system at the same time and the default value is quite low on some systems. You can find out what the limit is by running ulimit -n and you can set a new value by running ulimit -n <new_limit> (but this only applies to the current shell, so you may want to put it in your .bashrc/.zshrc/config.fish/etc.). Depending on how many worker processes you configure, you may need more. I'm not running into issues with a value of 9999 but I don't have that many workers configured.
FACT version
aaa3c4c
Environment
Steps to reproduce
Observed Behavior
Processing stalled.
system health
Expeced Behavior
Processed firmware image normally.
Installation logs
no issues during install.
Backend logs
fact_main_backend.log
Frontend logs
fact_main_frontend.log
Not sure if this is related?
Other information
Maybe this is a system configuration issue?
The text was updated successfully, but these errors were encountered: