We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7549951 commit d08af4cCopy full SHA for d08af4c
bin/docker/k8s/countly-jobserver.yaml
@@ -31,7 +31,7 @@ spec:
31
# image: gcr.io/countly-01/api:23.03 # Countly Enterprise
32
imagePullPolicy: Always
33
command: ["node"]
34
- args: ["--max-old-space-size=2048", "/opt/countly/core/jobServer/index.js"]
+ args: ["--max-old-space-size=2048", "/opt/countly/jobServer/index.js"]
35
ports:
36
- containerPort: 3001
37
env:
@@ -45,4 +45,4 @@ spec:
45
- name: COUNTLY_CONFIG_HOSTNAME
46
value: countly.example.com
47
- name: NODE_OPTIONS
48
- value: "--max-old-space-size=2048"
+ value: "--max-old-space-size=2048"
0 commit comments