Skip to content

Commit

Permalink
k8s: set min heap parameter in Hazelcast
Browse files Browse the repository at this point in the history
Reflecting docker-compose changes
  • Loading branch information
sitnik committed Oct 31, 2017
1 parent 67fd909 commit a59e458
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dh-rdbms-k8s/devicehive.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ spec:
image: devicehive/devicehive-hazelcast:development
imagePullPolicy: Always
env:
- name: MIN_HEAP_SIZE
value: "512m"
- name: MAX_HEAP_SIZE
value: "512m"
ports:
Expand Down

0 comments on commit a59e458

Please sign in to comment.