Skip to content

Commit 91b41e5

Browse files
committed
Use t3.large in test_pyxis to fix memory issue
1 parent 1a6e17d commit 91b41e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration-tests/tests/pyxis/test_pyxis/test_pyxis/pcluster.config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Scheduling:
2020
ComputeResources:
2121
- Name: compute-resource-0
2222
Instances:
23-
- InstanceType: t3.small
23+
- InstanceType: t3.large
2424
MinCount: 0
2525
MaxCount: {{ max_queue_size }}
2626
Networking:

0 commit comments

Comments
 (0)