Hi everyone
I am a new user of Atom, attempting to test it. I have some experience of Archivematica and even contributed to the code base a couple of years back.
I've followed the steps explained at:
My branch is up to date with 'origin/qa/2.x'.
And at the load data step it errors at, when running:
docker-compose exec atom php symfony tools:purge --demo
the following error occurs:
>> propel load data from "/atom/src/data/fixtures"
PHP Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 249856 bytes) in /atom/src/vendor/symfony/lib/i18n/sfMessageSource.class.php on line 199
In which a similar error occurred but I couldn't see anything of particular help there.
I've made sure the php:7.4-fpm-alpine docker is up to date.
I also tried adding "PHP_MEMORY_LIMIT=1G" to the docker/environment file.
Any other suggestions?
Best regards, Hrafn