Tags: hms-dbmi/pic-sure-bdc-infrastructure
Tags
[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.
Enable syslog logging for psama Docker container (#148) * Enable syslog logging for psama Docker container Added syslog logging configuration to the psama Docker run command, specifying 'wildfly' as the log tag. Updated the Splunk configuration and created a new log directory for psama logs to improve logging and monitoring capabilities. * Add logging directories for Psama Docker
PreviousNext