Skip to content

Commit 0fabc78

Browse files
committed
[mac] disable gohai
As it is misbehaving (eating way more CPU than needed/expected).
1 parent 69680f8 commit 0fabc78

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

checks/collector.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -779,6 +779,9 @@ def _run_gohai_processes(self):
779779
return self._run_gohai(['--only', 'processes'])
780780

781781
def _run_gohai(self, options):
782+
# Gohai is disabled on Mac for now
783+
if Platform.is_mac():
784+
return None
782785
output = None
783786
try:
784787
if not Platform.is_windows():

0 commit comments

Comments
 (0)