diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-10-07 16:48:58 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-10-07 16:48:58 +0200 |
commit | 44fc1e95d10ea4c21065fd04594c5c8932a8a005 (patch) | |
tree | ea027e8cc9ceb3460e922f8c61d0ec17553695a4 | |
parent | 0f26f7c3c32cdea481cfa2982e5f8a3f26cb9bff (diff) |
Remove stray newline
-rw-r--r-- | bbot/agent/machine.cxx | 1 |
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 |