forked from aws/aws-parallelcluster
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1. Use multiple AZs to get more capacity 2. Use t3.medium for compute nodes. Because t3.medium has more capacity than c5.large. 3. Use c5n.18xlarge (instead of c5.24xlarge) as head node because the bottleneck is the networking. 4. Add more dynamic nodes to the clusters. Therefore, the tests are testing cluster with 150k dynamic compute nodes, in addition to scaling up / down with maximum 4000 nodes. Signed-off-by: Hanwen <[email protected]>
- Loading branch information
1 parent
e59f3f5
commit 6b334d4
Showing
5 changed files
with
54 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
tests/integration-tests/tests/common/scaling/scaling_test_config.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
MaxMonitoringTimeInMins: 20 | ||
ScalingTargets: [1000, 2000, 3000, 4000] | ||
SharedHeadNodeStorageType: 'Efs' | ||
HeadNodeInstanceType: 'c5.24xlarge' | ||
HeadNodeInstanceType: 'c5n.18xlarge' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters