Browse Source
[mintnet-kubernetes] increase tm memory limit
pull/1943/head
Anton Kaliaev
8 years ago
No known key found for this signature in database
GPG Key ID: 7B6881D965918214
1 changed files with
2 additions and
2 deletions
-
mintnet-kubernetes/app.template.yaml
|
|
@ -86,10 +86,10 @@ spec: |
|
|
|
resources: |
|
|
|
requests: |
|
|
|
cpu: 50m |
|
|
|
memory: 64Mi |
|
|
|
memory: 128Mi |
|
|
|
limits: |
|
|
|
cpu: 100m |
|
|
|
memory: 128Mi |
|
|
|
memory: 256Mi |
|
|
|
ports: |
|
|
|
- containerPort: 46656 |
|
|
|
name: p2p |
|
|
|