Skip to content

Commit

Permalink
chore: fine tune scheduling
Browse files Browse the repository at this point in the history
  • Loading branch information
rorlic committed Sep 3, 2024
1 parent f037b24 commit 6c61ada
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions load-testing/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,8 @@ services:
healthcheck:
test: ["CMD", "wget", "-qO-", "http://ldes-server:8080/actuator/health"]
environment:
- SPRING_TASK_SCHEDULING_POOL_SIZE=5
- LDESSERVER_FRAGMENTATIONCRON=${LDES_SERVER_FRAGMENTATION_CRON:-*/15 * * * * *}
- SIS_DATA=/tmp
- JAVA_TOOL_OPTIONS=-XX:MaxRAMPercentage=90 -XX:MinRAMPercentage=50
- spring_Datasource_URL=jdbc:postgresql://ldes-postgres:5432/test
Expand Down

0 comments on commit 6c61ada

Please sign in to comment.