Add memory limit (#552)

This aids GKE autoprovisioning in creation of appropriate node sizes
This commit is contained in:
Michelle Casbon 2019-05-14 17:54:18 -07:00 committed by Kubernetes Prow Robot
parent ed38a1a35c
commit 1ebcd33881
2 changed files with 1 additions and 0 deletions

View File

@ -55,6 +55,7 @@ def gh_summ( #pylint: disable=unused-argument
)
serve.after(train)
train.set_gpu_limit(4)
train.set_memory_limit('48G')
with dsl.Condition(train.output == 'true'):
webapp = dsl.ContainerOp(