fix for non-% memory soft limit

This commit is contained in:
Brion Vibber 2010-01-13 21:35:47 -08:00
parent b25deaacea
commit 4b839cfc53
1 changed files with 1 additions and 1 deletions

View File

@ -231,7 +231,7 @@ class IoMaster
return -1;
}
} else {
return $this->parseMemoryLimit($limit);
return $this->parseMemoryLimit($softLimit);
}
return $softLimit;
}