Flintstone\Config::setSwapMemoryLimit PHP 메소드

setSwapMemoryLimit() 공개 메소드

Set the swap memory limit.
public setSwapMemoryLimit ( integer $limit )
$limit integer
    public function setSwapMemoryLimit($limit)
    {
        $this->config['swap_memory_limit'] = (int) $limit;
    }