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
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 110702192 bytes) in phar:///usr/local/bin/migrate-confluence/src/Composer/ConfluenceComposer.php on line 95
I am running mediawiki inside docker and getting above error while running coomand
migrate-confluence compose --src workspace/ --dest workspace/
Thanks in advance
The text was updated successfully, but these errors were encountered:
Breaking the migration up space-by-space makes sense, but if this is already 1 space could you remove half the files (or more), run the scripts, import the pages & files, then repeat with the other half and re-import? I'm not sure if that would produce missing files, then fix, or just end up with missing files both rounds?
Actually, the amount of memory is tiny (134 MB), you might want to check the script memory limit you have in your php.ini file and increase it to something more appropriate. Or change the container memory limit. Or like osnard mentioned, run the script on another environment and transfer the results.
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 110702192 bytes) in phar:///usr/local/bin/migrate-confluence/src/Composer/ConfluenceComposer.php on line 95
I am running mediawiki inside docker and getting above error while running coomand
migrate-confluence compose --src workspace/ --dest workspace/
Thanks in advance
The text was updated successfully, but these errors were encountered: