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
In some scenarios, it is possible to hit the open file limit.
2022-10-18 23:39:16,355 [DEBUG] interface: command failed: Too many open files in system (-23)
I believe refactoring the run_command() code by using a context manager may fix this problem. Otherwise we may need to explicitly close file descriptors after opening them.
In some scenarios, it is possible to hit the open file limit.
I believe refactoring the
run_command()
code by using a context manager may fix this problem. Otherwise we may need to explicitly close file descriptors after opening them.wlanpi-profiler/profiler/helpers.py
Lines 536 to 550 in 1bc9070
The text was updated successfully, but these errors were encountered: