diff --git a/readthedocs/settings/base.py b/readthedocs/settings/base.py index 6fde3d02f53..9c3a7e12aac 100644 --- a/readthedocs/settings/base.py +++ b/readthedocs/settings/base.py @@ -636,8 +636,8 @@ def DOCKER_LIMITS(self): """ # Our normal default limits = { - "memory": "1g", - "time": 600, + "memory": "2g", + "time": 900, } # Only run on our servers