Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ISSUE:17 Add Env Arguments and Bump graphicsmagick version to 1.3.35 + esmero/esmero-cantaloupe:4.1.6RC1 #18

Merged
merged 1 commit into from
Oct 27, 2020

Conversation

DiegoPino
Copy link
Member

See #17

This allows XMX and XMS to be set on a docker-compose file as environment variables

I also pushed a new tag for the container:

esmero/esmero-cantaloupe:4.1.6RC1 that matches this version can be used inmeditally

If someone wants to test, the change in the corresponding part for our archipelago-deployment the docker-compose.yml file is

iiif:
    container_name: esmero-cantaloupe
    image: "esmero/cantaloupe-s3:4.1.6RC1"
    restart: always
    environment:
      XMX: 4g
      XMS: 2g
    ports:
      - "8183:8182"
    networks:
      - host-net
      - esmero-net
    volumes:
      - ${PWD}/persistent/iiifconfig:/etc/cantaloupe
      - ${PWD}/persistent/iiifcache:/var/cache/cantaloupe

In this case giving initial 2 GBytes that can grow until 4Ggbytes. If none provided defaults to 256m initial and 2G max.

This allows XMX and XMS to be set on a docker-compose file as environment variables
@DiegoPino DiegoPino self-assigned this Oct 20, 2020
@DiegoPino DiegoPino requested a review from giancarlobi October 20, 2020 20:22
@DiegoPino DiegoPino added the enhancement New feature or request label Oct 20, 2020
@DiegoPino DiegoPino merged commit 98c76dd into master Oct 27, 2020
@DiegoPino DiegoPino deleted the ISSUE-17 branch January 7, 2022 13:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant