Changing from php 7.4 to 8.x, php memory limit below recommended value, hoster all-inkl

I got feedback from all-inkl. It seems to be not enough to have this variable in the .htaccess. It also has to be in the .user.ini. You have to add

memory_limit=512M

also in the .user.ini for php versions 8.x

This solved my problem