# File lib/cloudmasterd.rb, line 176 def _get_best_host(ram, arch) return `func-find-resources -m #{ram} -a #{arch}`.chomp() end