We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4003921 commit a0ee3bdCopy full SHA for a0ee3bd
1 file changed
client/deis.py
@@ -1381,7 +1381,12 @@ def limit_list(self, args):
1381
1382
def limit_set(self, args):
1383
"""
1384
- Sets resource limits for an application
+ Sets resource limits for an application.
1385
+
1386
+ A resource limit is a finite resource within a container which we can apply
1387
+ restrictions to either through the scheduler or through the Docker API. This limit
1388
+ is applied to each individual container, so setting a memory limit of 1G for an
1389
+ application means that each container gets 1G of memory.
1390
1391
Usage: deis limit:set [--memory | --cpu] <type>=<limit>... [options]
1392
0 commit comments