fix for non-% memory soft limit
This commit is contained in:
parent
cb962ed475
commit
e8abb0c2ed
@ -231,7 +231,7 @@ class IoMaster
|
|||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
return $this->parseMemoryLimit($limit);
|
return $this->parseMemoryLimit($softLimit);
|
||||||
}
|
}
|
||||||
return $softLimit;
|
return $softLimit;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user