I've got a situation where certain trusted users should be allowed to run something like this:

# python manage.py runserver hostname:8008

But when they try, they get an immediate "out of memory" error or similar. But root can run the same script just fine. If I make the normal users wheel users they can run the script with sudo, but I prefer not to go that route.

Does anyone know what mechanism in cPanel is causing this behavior?

Thanks.