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 19e11f9 commit a1533dd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion ats/trouter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ Sets of variables configurable with your docker image
transform-router:
image: alfresco-transform-router:YOUR-TAG
environment:
JAVA_OPTS: >-
JAVA_OPTS:
JAVA_OPTS_CONTAINER_FLAGS: >-
-XX:MinRAMPercentage=50
-XX:MaxRAMPercentage=80
ACTIVEMQ_URL: nio://activemq:61616
Expand All @@ -30,6 +31,7 @@ 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
2 changes: 1 addition & 1 deletion docker-compose/docker-compose-components.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ services:
mem_limit: 512m
image: localhost/alfresco-transform-router:latest
environment:
JAVA_OPTS: >-
JAVA_OPTS_CONTAINER_FLAGS: >-
-XX:MinRAMPercentage=50
-XX:MaxRAMPercentage=80
ACTIVEMQ_URL: nio://activemq:61616
Expand Down
2 changes: 1 addition & 1 deletion docker-compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ services:
mem_limit: 512m
image: localhost/alfresco-transform-router:latest
environment:
JAVA_OPTS: >-
JAVA_OPTS_CONTAINER_FLAGS: >-
-XX:MinRAMPercentage=50
-XX:MaxRAMPercentage=80
ACTIVEMQ_URL: nio://activemq:61616
Expand Down

0 comments on commit a1533dd

Please sign in to comment.