From 44fc1e95d10ea4c21065fd04594c5c8932a8a005 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 7 Oct 2017 16:48:58 +0200 Subject: Remove stray newline --- bbot/agent/machine.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'bbot/agent') diff --git a/bbot/agent/machine.cxx b/bbot/agent/machine.cxx index 0d1bda1..b309fdf 100644 --- a/bbot/agent/machine.cxx +++ b/bbot/agent/machine.cxx @@ -226,7 +226,6 @@ namespace bbot size_t threads (cores <= 4 ? 1 : 2); cores /= threads; - // We probably don't want to commit all the available RAM to the VM since // some of it could be used on the host side for caching, etc. So the // heuristics that we will use is 4G or 1G per CPU, whichever is greater -- cgit v1.1