Skip to content

Commit d4f5c12

Browse files
committed
imp: increase bw base/burst for routing and cache
1 parent 038d102 commit d4f5c12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nix/metal/bitteProfile/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ in {
263263
};
264264

265265
routing = {
266-
instanceType = "t3a.small";
266+
instanceType = "m5n.large";
267267
privateIP = "172.16.1.20";
268268
subnet = cluster.vpc.subnets.core-2;
269269
volumeSize = 100;
@@ -333,7 +333,7 @@ in {
333333
};
334334

335335
cache = {
336-
instanceType = "m5.4xlarge";
336+
instanceType = "m5n.4xlarge";
337337
privateIP = "172.16.0.52";
338338
subnet = cluster.vpc.subnets.core-1;
339339
volumeSize = 2000;

0 commit comments

Comments
 (0)