Skip to content

Commit

Permalink
BFD-3051: Add UseStringDeduplication to JVM params for RIF pipeline (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
rcrupp authored Dec 7, 2023
1 parent d2eb420 commit 3325ba8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ops/terraform/services/pipeline/user-data.sh.tftpl
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ aws ssm get-parameters-by-path \
cat <<EOF > extra_vars.json
{
"data_pipeline_db_url": "${writer_endpoint}",
"data_pipeline_jvm_args": "-Xms{{ ((ansible_memtotal_mb * 0.80) | int) - 2048 }}m -Xmx{{ ((ansible_memtotal_mb * 0.80) | int) - 2048 }}m -XX:+PreserveFramePointer",
"data_pipeline_jvm_args": "-Xms{{ ((ansible_memtotal_mb * 0.80) | int) - 2048 }}m -Xmx{{ ((ansible_memtotal_mb * 0.80) | int) - 2048 }}m -XX:+PreserveFramePointer -XX:+UseStringDeduplication",
"data_pipeline_new_relic_app_name": "BFD Pipeline %{ if pipeline_instance == "rda" ~} %{ else ~} ${pipeline_instance} %{ endif ~} ({{ env_name_std }})",
"data_pipeline_s3_bucket": "${pipeline_bucket}",
"data_pipeline_tmp_dir": "{{ data_pipeline_dir }}/tmp",
Expand Down

0 comments on commit 3325ba8

Please sign in to comment.