diff options
-rw-r--r-- | bbot/agent/agent.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bbot/agent/agent.cxx b/bbot/agent/agent.cxx index 5278eba..5e7ba65 100644 --- a/bbot/agent/agent.cxx +++ b/bbot/agent/agent.cxx @@ -1325,7 +1325,7 @@ try // Skip machines for which we don't have sufficient RAM. // - if (effective_ram_minimum (mm) < + if (effective_ram_minimum (mm) > (aux ? ops.auxiliary_ram () : ops.build_ram ())) { l3 ([&]{trace << "skipping " << md << ": insufficient RAM";}); |