Deactivating isMinMemoryReached()
This commit is contained in:
parent
62bacbb833
commit
da86581bf2
|
@ -106,6 +106,12 @@ class System
|
||||||
*/
|
*/
|
||||||
public function isMinMemoryReached(): bool
|
public function isMinMemoryReached(): bool
|
||||||
{
|
{
|
||||||
|
// Deactivated, needs more investigating if this check really makes sense
|
||||||
|
return false;
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Commented out to suppress static analyzer issues
|
||||||
|
*
|
||||||
$min_memory = $this->config->get('system', 'min_memory', 0);
|
$min_memory = $this->config->get('system', 'min_memory', 0);
|
||||||
if ($min_memory == 0) {
|
if ($min_memory == 0) {
|
||||||
return false;
|
return false;
|
||||||
|
@ -141,6 +147,7 @@ class System
|
||||||
}
|
}
|
||||||
|
|
||||||
return $reached;
|
return $reached;
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue
Block a user