Docker\API\Model\SystemInformation::setMemoryLimit PHP Method

setMemoryLimit() public method

public setMemoryLimit ( boolean $memoryLimit = null ) : self
$memoryLimit boolean
return self
    public function setMemoryLimit($memoryLimit = null)
    {
        $this->memoryLimit = $memoryLimit;
        return $this;
    }