Skip to content

Commit a9a38de

Browse files
yuvipandamanics
andauthored
Clarify where memory limits are
Co-authored-by: Simon Li <[email protected]>
1 parent 6484673 commit a9a38de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

repo2docker/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ def _default_log_level(self):
177177
def build_memory_limit_changed(self, change):
178178
print("Setting build_memory_limit is not supported", file=sys.stderr)
179179
print(
180-
"Use `docker buildx create` to create a custom builder with appropriate memory limits instead",
180+
"Check your build engine documentation to set memory limits. Use `docker buildx create` if using the default builder to create a custom builder with appropriate memory limits",
181181
file=sys.stderr,
182182
)
183183
sys.exit(-1)

0 commit comments

Comments
 (0)