Skip to content

Commit e0f17cc

Browse files
authored
Increase default docker limits (#11788)
I keep hitting memory limits locally. I wonder if we should just use the "Determine limits dynamically" in dev. I'm not sure why that isn't better than hard limits?
1 parent b9064ab commit e0f17cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readthedocs/settings/base.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -636,8 +636,8 @@ def DOCKER_LIMITS(self):
636636
"""
637637
# Our normal default
638638
limits = {
639-
"memory": "1g",
640-
"time": 600,
639+
"memory": "2g",
640+
"time": 900,
641641
}
642642

643643
# Only run on our servers

0 commit comments

Comments
 (0)