File tree 4 files changed +6
-19
lines changed
4 files changed +6
-19
lines changed Original file line number Diff line number Diff line change @@ -11698,21 +11698,6 @@ file {
11698
11698
weak_dependency: 2
11699
11699
syntax: "proto3"
11700
11700
}
11701
- file {
11702
- name: "github.com/docker/swarmkit/api/test.proto"
11703
- package: "docker.swarmkit.v1"
11704
- message_type {
11705
- name: "TestService"
11706
- field {
11707
- name: "TestService"
11708
- number: 1
11709
- label: LABEL_OPTIONAL
11710
- type: TYPE_UINT64
11711
- json_name: "TestService"
11712
- }
11713
- }
11714
- syntax: "proto3"
11715
- }
11716
11701
file {
11717
11702
name: "github.com/docker/swarmkit/api/watch.proto"
11718
11703
package: "docker.swarmkit.v1"
Original file line number Diff line number Diff line change @@ -372,7 +372,8 @@ message ContainerSpec {
372
372
// Ulimits defines the list of ulimits to set in the container. This option
373
373
// is equivalent to passing --ulimit to docker run.
374
374
repeated Ulimit ulimits = 29 ;
375
-
375
+ // OOmScoreAdj defines the relative value used for destroying a container during an OOM
376
+ // Values are between -1000 and 1000
376
377
int64 oom_score_adj = 30 ;
377
378
}
378
379
Original file line number Diff line number Diff line change @@ -80,7 +80,6 @@ message ResourceRequirements {
80
80
Resources limits = 1 ;
81
81
Resources reservations = 2 ;
82
82
83
-
84
83
// Amount of swap in bytes - can only be used together with a memory limit
85
84
// -1 means unlimited
86
85
// a null pointer indicates that the default behaviour of granting twice
You can’t perform that action at this time.
0 commit comments