We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1628af commit 764522dCopy full SHA for 764522d
1 file changed
client/deis.py
@@ -1396,6 +1396,7 @@ def limits_set(self, args):
1396
Note that Dockerfile apps have a default 'cmd' process type.
1397
<limit>
1398
The limit to apply to the process type. By default, this is set to --memory.
1399
+ You can only set one type of limit per call.
1400
1401
With --memory, units are represented in Bytes (B), Kilobytes (K), Megabytes
1402
(M), or Gigabytes (G). For example, `deis limit:set cmd=1G` will restrict all
0 commit comments