reduce memory_limit a bit

This commit is contained in:
Rich Lott / Artful Robot 2024-02-28 15:37:13 +00:00
parent 61a912e2a5
commit 9fee48603b

View file

@ -18,7 +18,7 @@ use CRM_Core_DAO;
class Sync extends \Civi\Api4\Generic\AbstractAction {
public function _run(Result $result) {
ini_set('memory_limit', '512M');
ini_set('memory_limit', '256M');
Civi::log()->debug('Begin', ['=start' => 'ContactCatSync', '=timed' => 1]);
$settings = Civi::settings()->get('contact_categories');
$settings = Setting::get(FALSE)