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
Implementing #54 would intrinsically remove the dependency on agoric-cli, which would remove the required functionality to find sub processes of our spawned children. In that case, we would be left with the optional CPU/Memory metrics.
The runner relies on Linux's
procfs
to handle some process specific operations:The provider is fairly well abstracted but we should have an implementation for MacOS, at least for the required functionality.
The text was updated successfully, but these errors were encountered: