Skip to content

Commit 01fb2dd

Browse files
committed
resize: preview1-test-a-1 to test lmdb at higher mem cap
1 parent 004c416 commit 01fb2dd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

flake/colmena.nix

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ in
2929
# i7ie-2xlarge.aws.instance.instance_type = "i7ie.2xlarge";
3030
# m5a-large.aws.instance.instance_type = "m5a.large";
3131
m5ad-large.aws.instance.instance_type = "m5ad.large";
32+
m5ad-xlarge.aws.instance.instance_type = "m5ad.xlarge";
3233
# m5a-2xlarge.aws.instance.instance_type = "m5a.2xlarge";
3334
r5-xlarge.aws.instance.instance_type = "r5.xlarge";
3435
r5-2xlarge.aws.instance.instance_type = "r5.2xlarge";
@@ -791,8 +792,8 @@ in
791792
preview1-faucet-a-1 = {imports = [eu-central-1 r6a-large (ebs 80) (nodeRamPct 70) (group "preview1") node faucet previewFaucet];};
792793

793794
# Smallest d variant for testing
794-
# preview1-test-a-1 = {imports = [eu-central-1 m5ad-large (ebs 80) (nodeRamPct 70) (group "preview1") node-pre bp mithrilSignerDisable tcpTxOpt];};
795-
preview1-test-a-1 = {imports = [eu-central-1 m5ad-large (ebs 80) (nodeRamPct 70) (group "preview1") node-pre lmdb tcpTxOpt];};
795+
# preview1-test-a-1 = {imports = [eu-central-1 m5ad-xlarge (ebs 80) (nodeRamPct 70) (group "preview1") node-pre bp mithrilSignerDisable tcpTxOpt];};
796+
preview1-test-a-1 = {imports = [eu-central-1 m5ad-xlarge (ebs 80) (nodeRamPct 70) (group "preview1") node-pre lmdb tcpTxOpt];};
796797

797798
preview2-bp-b-1 = {imports = [eu-west-1 r6a-large (ebs 80) (nodeRamPct 70) (group "preview2") node-pre bp legacyT mithrilRelease (declMRel "preview2-rel-b-1")];};
798799
preview2-rel-a-1 = {imports = [eu-central-1 r6a-large (ebs 80) (nodeRamPct 70) (group "preview2") node-pre hiConn rel legacyT previewRelMig];};

0 commit comments

Comments
 (0)