You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The optimization is required.
PHP Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 4194312 bytes) in local/o365/classes/rest/unified.php on line 206
For more than 100,000 team groups, after running the cron process to sync Moodle courses with Microsoft Teams (\local_o365\task\coursesync), I get this result:
Execute scheduled task: Create user groups in Microsoft 365 package (local_o365\task\coursesync)
... started 17:45:17.
Current memory use 36.0 MB.
Start syncing courses. Tenant has education license: yes Restore groups that have been soft-deleted...
Processing courses without groups...
... All courses have groups created.
Processing courses without teams...
... All courses have teams created.
Updating teams cache..
The process stops at this stage without returning any error and begins to block all tasks in the Moodle cron queue.
The text was updated successfully, but these errors were encountered:
The optimization is required.
PHP Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 4194312 bytes) in local/o365/classes/rest/unified.php on line 206
For more than 100,000 team groups, after running the cron process to sync Moodle courses with Microsoft Teams (\local_o365\task\coursesync), I get this result:
The process stops at this stage without returning any error and begins to block all tasks in the Moodle cron queue.
The text was updated successfully, but these errors were encountered: