aboutsummaryrefslogtreecommitdiff
path: root/bbot/agent/machine.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'bbot/agent/machine.cxx')
-rw-r--r--bbot/agent/machine.cxx1
1 files changed, 0 insertions, 1 deletions
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