yandrey321 commented on code in PR #8: URL: https://github.com/apache/ozone-installer/pull/8#discussion_r2869863319
########## roles/ozone_config/defaults/main.yml: ########## @@ -17,6 +17,7 @@ install_base: "/opt/ozone" # data_base: single path or comma-separated paths (e.g. /data/ozone or /data/ozone1,/data/ozone2) data_base: "/data/ozone" +ozone_opts: "-XX:ParallelGCThreads=8" Review Comment: should heap size be added here in the same way as it defined in the default? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
