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
I'm trying to convert all matrix fields but the issue is that my Craft installation contains more than 30k entries and I get PHP Fatal Error 'yii\base\ErrorException' with message 'Allowed memory size of 134217728 bytes exhausted (tried to allocate 20480 bytes)'
Is it possible to split this migration into parts because I cannot figure any other option how to make it happen?
Additional info
Craft version: Craft CMS 5.6.3
PHP version: 8.2.26
Database driver & version: MySQL 8.0
The text was updated successfully, but these errors were encountered:
Hello there,
I'm trying to convert all matrix fields but the issue is that my Craft installation contains more than 30k entries and I get PHP Fatal Error 'yii\base\ErrorException' with message 'Allowed memory size of 134217728 bytes exhausted (tried to allocate 20480 bytes)'
Is it possible to split this migration into parts because I cannot figure any other option how to make it happen?
Additional info
The text was updated successfully, but these errors were encountered: