forked from GNUsocial/gnu-social
fix for non-% memory soft limit
This commit is contained in:
@@ -231,7 +231,7 @@ class IoMaster
|
||||
return -1;
|
||||
}
|
||||
} else {
|
||||
return $this->parseMemoryLimit($limit);
|
||||
return $this->parseMemoryLimit($softLimit);
|
||||
}
|
||||
return $softLimit;
|
||||
}
|
||||
|
Reference in New Issue
Block a user