How to restrict memory in jupyter hub in amazon EMR

Hello All,

I am new in jupyterhub.
How to restrict memory in jupyter hub in amazon EMR for each user
I am not able to locate config.yaml file as it is installed through docker

I’m not sure what spawner you’re using, but try:
c.Spawner.mem_limit = '1.0G'

Thanks,
Mark