Skip to content

Commit

Permalink
MOSIP-39761 Corrected ZGC for performance improvement (#63)
Browse files Browse the repository at this point in the history
Signed-off-by: kameshsr <[email protected]>
  • Loading branch information
kameshsr authored Feb 20, 2025
1 parent aaf0570 commit a310476
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion captcha-validation-service/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,4 @@ USER ${container_user_uid}:${container_user_gid}

EXPOSE 9089

CMD java -XX:-UseG1GC -XX:-UseParallelGC -XX:-UseShenandoahGC -Xms1g -Xmx2g -XX:+ExplicitGCInvokesConcurrent -XX:+UseZGC -XX:+ZGenerational -XX:+UnlockExperimentalVMOptions -XX:+UseStringDeduplication -XX:+HeapDumpOnOutOfMemoryError -XX:+UseCompressedOops -XX:MaxGCPauseMillis=200 -Dfile.encoding=UTF-8 -jar -Dspring.cloud.config.label="${spring_config_label_env}" -Dspring.profiles.active=${active_profile_env} -Dspring.cloud.config.uri="${spring_config_url_env}" captcha-validation-service.jar
CMD java -XX:-UseG1GC -XX:-UseParallelGC -XX:-UseShenandoahGC -XX:+ExplicitGCInvokesConcurrent -XX:+UseZGC -XX:+ZGenerational -XX:+UnlockExperimentalVMOptions -XX:+UseStringDeduplication -XX:+HeapDumpOnOutOfMemoryError -XX:+UseCompressedOops -XX:MaxGCPauseMillis=200 -Dfile.encoding=UTF-8 -jar -Dspring.cloud.config.label="${spring_config_label_env}" -Dspring.profiles.active=${active_profile_env} -Dspring.cloud.config.uri="${spring_config_url_env}" captcha-validation-service.jar

0 comments on commit a310476

Please sign in to comment.