fix for non-% memory soft limit

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

View File

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