We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aca2139 commit c48fcafCopy full SHA for c48fcaf
readthedocs/settings/base.py
@@ -606,8 +606,10 @@ def BUILD_MEMORY_LIMIT(self):
606
# Only run on our servers
607
if self.RTD_IS_PRODUCTION:
608
total_memory, memory_limit = self._get_build_memory_limit()
609
+ memory_limit = f"{memory_limit}m"
610
+ else:
611
+ memory_limit = default_memory_limit
612
- memory_limit = memory_limit or default_memory_limit
613
log.info(
614
"Using dynamic build limits.",
615
hostname=socket.gethostname(),
0 commit comments