More features, more resources.
This commit is contained in:
parent
017607f2e2
commit
ce4d0bfb72
1 changed files with 7 additions and 1 deletions
|
|
@ -36,7 +36,13 @@ spec:
|
|||
resources:
|
||||
requests:
|
||||
cpu: 100m
|
||||
memory: 128Mi
|
||||
# The VM operator needs about 25 MB of memory, plus 1 MB for
|
||||
# each VM. The reason is that for the sake of effeciency, we
|
||||
# have to keep a parsed representation of the CRD in memory,
|
||||
# which requires about 512 KB per VM. While handling updates,
|
||||
# we temporarily have the old and the new version of the CRD
|
||||
# in memory, so we need another 512 KB per VM.
|
||||
memory: 256Mi
|
||||
volumes:
|
||||
- name: config
|
||||
configMap:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue