Clarify where memory limits are

Co-authored-by: Simon Li <orpheus+devel@gmail.com>
pull/1402/head
Yuvi Panda 2025-02-12 08:17:50 -08:00 zatwierdzone przez GitHub
rodzic 6484673698
commit a9a38de516
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -177,7 +177,7 @@ class Repo2Docker(Application):
def build_memory_limit_changed(self, change):
print("Setting build_memory_limit is not supported", file=sys.stderr)
print(
"Use `docker buildx create` to create a custom builder with appropriate memory limits instead",
"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",
file=sys.stderr,
)
sys.exit(-1)