l10n->t('PHP memory limit');
}
public function run(): SetupResult {
if ($this->memoryInfo->isMemoryLimitSufficient()) {
return SetupResult::success(Util::humanFileSize($this->memoryInfo->getMemoryLimit()));
} else {
return SetupResult::error($this->l10n->t('The PHP memory limit is below the recommended value of %s.', Util::humanFileSize(MemoryInfo::RECOMMENDED_MEMORY_LIMIT)));
}
}
}
0-4Pre_BuildExp_pbw'>FOP_0-20-4Pre_BuildExp_pbw
Apache XML Graphics FOP: https://github.com/apache/xmlgraphics-fop