From da2211492f11f831d631c551674bd051ede55d83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vignesh=20Sarma=20K=20=28=E0=B4=B5=E0=B4=BF=E0=B4=98?= =?UTF-8?q?=E0=B5=8D=E0=B4=A8=E0=B5=87=E0=B4=B7=E0=B5=8D=20=E0=B4=B6?= =?UTF-8?q?=E0=B5=AA=E0=B4=AE=20=E0=B4=95=E0=B5=86=29?= Date: Sat, 24 Sep 2016 18:26:38 +0530 Subject: [PATCH] Disable metadata indexing service on OS X Metadata indexing Service on OS X, indexes files. This causes regular CPU spikes and bad performance on build servers. So disabling the service. --- osx/init.sls | 3 +++ 1 file changed, 3 insertions(+) diff --git a/osx/init.sls b/osx/init.sls index 9533bc04..d1540c7c 100644 --- a/osx/init.sls +++ b/osx/init.sls @@ -23,3 +23,6 @@ disable-homebrew-analytics: - name: 'homebrew.analyticsdisabled' - value: 'true' - repo: /usr/local/Homebrew + +com.apple.metadata.mds: + service.dead