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 was archived by the owner on Sep 1, 2023. It is now read-only.
I've gotten around this by removing the filter when looking for targets: ".filter((hostname) => servers[hostname].ram >= 2)"
and, skipping low RAM servers in the 3 exec loops: "if (server.ram <= 1.75) continue;"
I've gotten around this by removing the filter when looking for targets: ".filter((hostname) => servers[hostname].ram >= 2)"
and, skipping low RAM servers in the 3 exec loops: "if (server.ram <= 1.75) continue;"