Skip to content

Commit 737fceb

Browse files
committed
Disable autoscaling in repro
1 parent a65a1a5 commit 737fceb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

vm-examples/many-small-files/spec.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ metadata:
88
- vm.neon.tech/finalizer
99
generation: 1
1010
labels:
11-
autoscaling.neon.tech/enabled: "true"
11+
autoscaling.neon.tech/enabled: "false"
1212
neon/component: compute-node
1313
name: compute-msf-unreal
1414
namespace: default
@@ -40,7 +40,7 @@ spec:
4040
cpus:
4141
max: 10
4242
min: 250m
43-
use: 500m
43+
use: 1
4444
env:
4545
- name: RUST_LOG
4646
value: info
@@ -52,7 +52,7 @@ spec:
5252
memorySlots:
5353
max: 40
5454
min: 1
55-
use: 2
55+
use: 4
5656
ports:
5757
- name: postgres
5858
port: 5432

0 commit comments

Comments
 (0)