Php memory limit problem

Hello there,

nc21 admin panel complains my memory limit is below 512. My setting is nginx and php-fpm. /etc/php/7.3/fpm/php.ini (debian) changed like this :

memory_limit = 1024M

but admin panel still complains about the memory limit.

Advice welcome.

Also, is there a way to have similar system checks from occ ? maybe I could have more verbose output / debugging info.

oh, php-fpm is a service that needs to be reloaded. Fixed.