ATS-215 : Update Xmx memory values for the ATS reference deployments

This commit is contained in:
Cezar.Leahu 2018-11-27 14:56:43 +02:00
parent d23663caa0
commit c0cc0855e0
4 changed files with 4 additions and 4 deletions

View File

@ -7,7 +7,7 @@ FROM alfresco/alfresco-base-java:11.0.1-openjdk-centos-7-1fd3c4475374
ENV ALFRESCO_PDF_RENDERER_LIB_RPM_URL=https://nexus.alfresco.com/nexus/service/local/repositories/releases/content/org/alfresco/alfresco-pdf-renderer/1.1/alfresco-pdf-renderer-1.1-linux.tgz
ENV PDFIUM_LICENSE_FILE=https://github.com/Alfresco/acs-community-packaging/blob/master/distribution/src/main/resources/licenses/3rd-party/pdfium.txt
ENV JAVA_OPTS="-Xms256M -Xmx2048M"
ENV JAVA_OPTS=""
COPY target/alfresco-docker-alfresco-pdf-renderer-${env.project_version}.jar /usr/bin

View File

@ -8,7 +8,7 @@ FROM alfresco/alfresco-base-java:11.0.1-openjdk-centos-7-1fd3c4475374
ENV IMAGEMAGICK_RPM_URL=https://nexus.alfresco.com/nexus/service/local/repositories/thirdparty/content/org/imagemagick/imagemagick-distribution/7.0.7-27/imagemagick-distribution-7.0.7-27-linux.rpm
ENV IMAGEMAGICK_LIB_RPM_URL=https://nexus.alfresco.com/nexus/service/local/repositories/thirdparty/content/org/imagemagick/imagemagick-distribution/7.0.7-27/imagemagick-distribution-7.0.7-27-libs-linux.rpm
ENV IMAGEMAGICK_LICENSE_FILE=https://github.com/Alfresco/acs-community-packaging/blob/master/distribution/src/main/resources/licenses/3rd-party/ImageMagick-license.txt
ENV JAVA_OPTS="-Xms256M -Xmx2048M"
ENV JAVA_OPTS=""
COPY target/alfresco-docker-imagemagick-${env.project_version}.jar /usr/bin

View File

@ -7,7 +7,7 @@ FROM alfresco/alfresco-base-java:11.0.1-openjdk-centos-7-1fd3c4475374
ENV LIBREOFFICE_RPM_URL=https://nexus.alfresco.com/nexus/service/local/repositories/thirdparty/content/org/libreoffice/libreoffice-dist/5.4.6/libreoffice-dist-5.4.6-linux.gz
ENV LIBREOFFICE_LICENSE_FILE=https://github.com/Alfresco/acs-community-packaging/blob/master/distribution/src/main/resources/licenses/3rd-party/libreoffice.txt
ENV JAVA_OPTS="-Xms256M -Xmx2048M"
ENV JAVA_OPTS=""
COPY target/alfresco-docker-libreoffice-${env.project_version}.jar /usr/bin

View File

@ -6,7 +6,7 @@
FROM alfresco/alfresco-base-java:11.0.1-openjdk-centos-7-1fd3c4475374
ENV APACHE_LICENSE_FILE=https://github.com/Alfresco/acs-community-packaging/blob/master/distribution/src/main/resources/licenses/3rd-party/Apache%202.0.txt
ENV JAVA_OPTS="-Xms256M -Xmx2048M"
ENV JAVA_OPTS=""
COPY target/alfresco-docker-tika-${env.project_version}.jar /usr/bin