Just cannot get archiving to work

Hi @trackymctrackface, you have 4GB available for your plan but its possible you aren’t actually using 4GB for your archiving cron.

Can you try setting a specific memory limit for the archiver using this option:

--php-cli-options="-d memory_limit=3G"

This will set the memory limit for the archiving process to 3GB. If your web server doesn’t support managing processes via cli - this would mean it will still use the web request limit.

Can you also provide us with the output of:

./console diagnostics:run --all | grep -i "processes via cli"

Hope this helps,