# File lib/new_relic/agent/samplers/memory_sampler.rb, line 71 def can_run? return false if @broken m = get_memory rescue nil m && m > 0 end