From 3ac91582743a295c23240b7dabe0cf605a38c4b1 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 1 Dec 2013 14:53:15 -0400 Subject: assistant: Batch jobs are now run with ionice and nocache, when those commands are available. --- Build/BundledPrograms.hs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Build/BundledPrograms.hs') diff --git a/Build/BundledPrograms.hs b/Build/BundledPrograms.hs index 3c53f06fb..e875c4e96 100644 --- a/Build/BundledPrograms.hs +++ b/Build/BundledPrograms.hs @@ -50,8 +50,9 @@ bundledPrograms = catMaybes , Just "gunzip" , Just "tar" #endif - -- nice and ionice are not included in the bundle; we rely on the - -- system's own version, which may better match its kernel + -- nice, ionice, and nocache are not included in the bundle; + -- we rely on the system's own version, which may better match + -- its kernel, and avoid using them if not available. ] where ifset True s = Just s -- cgit v1.2.3