Skip to content

Commit

Permalink
review
Browse files Browse the repository at this point in the history
  • Loading branch information
pmacius committed Jul 25, 2024
1 parent a1533dd commit 2574374
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 10 deletions.
1 change: 1 addition & 0 deletions ats/trouter/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
FROM java_base

EXPOSE 8095 8443
ENV JAVA_OPTS_CONTAINER_FLAGS=-XX:MaxRAMPercentage=80

ARG ALFRESCO_TROUTER_GROUP_NAME
ARG ALFRESCO_TROUTER_GROUP_ID
Expand Down
4 changes: 0 additions & 4 deletions ats/trouter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ transform-router:
image: alfresco-transform-router:YOUR-TAG
environment:
JAVA_OPTS:
JAVA_OPTS_CONTAINER_FLAGS: >-
-XX:MinRAMPercentage=50
-XX:MaxRAMPercentage=80
ACTIVEMQ_URL: nio://activemq:61616
ACTIVEMQ_USER: "admin"
ACTIVEMQ_PASSWORD: "admin"
Expand All @@ -31,7 +28,6 @@ transform-router:
```

- `JAVA_OPTS` - Additional java options
- `JAVA_OPTS_CONTAINER_FLAGS` - Container specific JVM options
- `ACTIVEMQ_URL` - The URL for Alfresco ActiveMQ.
- `ACTIVEMQ_USER` - The username for ActiveMQ.
- `ACTIVEMQ_PASSWORD` - The password for ActiveMQ.
Expand Down
3 changes: 0 additions & 3 deletions docker-compose/docker-compose-components.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,6 @@ services:
mem_limit: 512m
image: localhost/alfresco-transform-router:latest
environment:
JAVA_OPTS_CONTAINER_FLAGS: >-
-XX:MinRAMPercentage=50
-XX:MaxRAMPercentage=80
ACTIVEMQ_URL: nio://activemq:61616
CORE_AIO_URL: http://transform-core-aio:8090
FILE_STORE_URL: >-
Expand Down
3 changes: 0 additions & 3 deletions docker-compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,6 @@ services:
mem_limit: 512m
image: localhost/alfresco-transform-router:latest
environment:
JAVA_OPTS_CONTAINER_FLAGS: >-
-XX:MinRAMPercentage=50
-XX:MaxRAMPercentage=80
ACTIVEMQ_URL: nio://activemq:61616
CORE_AIO_URL: http://transform-core-aio:8090
FILE_STORE_URL: >-
Expand Down

0 comments on commit 2574374

Please sign in to comment.