Fix errors in previous update (#23)

* Increase some limits
* Fix msg errors and update version
This commit is contained in:
cybermaggedon 2024-08-22 20:58:44 +01:00 committed by GitHub
parent a01a72ba00
commit 305dda4463
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
26 changed files with 422 additions and 417 deletions

View file

@ -14,7 +14,7 @@ local images = import "images.jsonnet";
"8080:8080",
],
environment: {
"PULSAR_MEM": "-Xms300M -Xmx300M"
"PULSAR_MEM": "-Xms700M -Xmx700M"
},
volumes: [
"pulsar-conf:/pulsar/conf",
@ -48,7 +48,7 @@ local images = import "images.jsonnet";
deploy: {
resources: {
limits: {
cpus: '0.1',
cpus: '0.5',
memory: '128M'
},
reservations: {
@ -70,7 +70,7 @@ local images = import "images.jsonnet";
deploy: {
resources: {
limits: {
cpus: '0.1',
cpus: '0.5',
memory: '128M'
},
reservations: {