saintstack commented on a change in pull request #1265: HBASE-23077 move entirely to spotbugs URL: https://github.com/apache/hbase/pull/1265#discussion_r391367793
########## File path: dev-support/docker/Dockerfile ########## @@ -184,9 +183,9 @@ RUN mkdir -p /usr/lib/jvm && \ # these values to be specified here; the various --foo-path flags do not # propigate as expected, while these are honored. # TODO (nd): is this really true? investigate and file a ticket. -ENV FINDBUGS_HOME '/opt/findbugs' +ENV SPOTBUGS_HOME '/opt/spotbugs' ENV MAVEN_HOME '/opt/maven' -ENV MAVEN_OPTS '-Xms6G -Xmx6G' +ENV MAVEN_OPTS '-Xms4G -Xmx4G' Review comment: Good ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
