Browse code

Merge pull request #35586 from ndeloof/patch-1

`memory` is an int64 (long)

Sebastiaan van Stijn authored on 2017/11/29 09:32:04
Showing 1 changed files
... ...
@@ -332,6 +332,7 @@ definitions:
332 332
       Memory:
333 333
         description: "Memory limit in bytes."
334 334
         type: "integer"
335
+        format: "int64"
335 336
         default: 0
336 337
       # Applicable to UNIX platforms
337 338
       CgroupParent: