-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ALS-7751] Increase resources for BDC (#165)
* Adjust Java memory settings and upgrade EC2 instance type * Update Java options in dictionary-docker.sh Added `-XX:+PrintFlagsFinal` to `JAVA_OPTS` to print JVM flags at runtime for debugging purposes. This will help in confirming the active JVM settings during execution. * Increase Java heap size from 16g to 24g in docker script The JAVA_OPTS variable in dictionary-docker.sh has been updated to allocate 24GB of heap memory instead of 16GB. This change aims to improve performance and handle larger workloads efficiently. * Fix JAVA_OPTS environment variable declaration * Increase resource allocations for HPDS and psama services Upgraded instance types for auth-hpds and open-hpds, and increased memory allocations for psama and open_hpds. Added swap space configuration for Wildfly to improve performance under load.
- Loading branch information
Showing
8 changed files
with
15 additions
and
7 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
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
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
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