Method: VMC::Detector#suggested_memory

Defined in:
lib/vmc/detect.rb

#suggested_memory(framework) ⇒ Object

determine suitable memory allocation via the framework’s detector



63
64
65
66
67
# File 'lib/vmc/detect.rb', line 63

def suggested_memory(framework)
  if detector = detectors[framework]
    detector.memory_suggestion
  end
end