Class: UffizziCore::Deployment::MemoryService

Inherits:
Object
  • Object
show all
Defined in:
app/services/uffizzi_core/deployment/memory_service.rb

Class Method Summary collapse

Class Method Details

.memory_limit_error_message(_deployment) ⇒ Object



9
# File 'app/services/uffizzi_core/deployment/memory_service.rb', line 9

def memory_limit_error_message(_deployment); end

.valid_memory_limit?(_deployment) ⇒ Boolean

Returns:

  • (Boolean)


5
6
7
# File 'app/services/uffizzi_core/deployment/memory_service.rb', line 5

def valid_memory_limit?(_deployment)
  true
end