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
{{ message }}
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.
There is a limit of 16 bytes the process name in Linux, which causes that the "elastic-endpoint" process name is not found when getting the running processes inside the linux container using pgrep.
There is a limit of 16 bytes the process name in Linux, which causes that the "elastic-endpoint" process name is not found when getting the running processes inside the linux container using
pgrep
.fish-shell/fish-shell#4132 (comment)
It's possible to bypass this issue adding
-f
to pgrep, so that it maches the name with the full process name.The text was updated successfully, but these errors were encountered: