I want to limit the max memory per account (mostly for PHP-FPM). I found that this can be done using login.conf and by RCTL. I think that login.conf is used only when a user logins using the shell. PHP-FPM processes run without the user login so the only way is with RCTL, right?