Skip to content

Commit

Permalink
Update spring profile for open-hpds
Browse files Browse the repository at this point in the history
  • Loading branch information
ramari16 committed Feb 21, 2024
1 parent f3b4f31 commit 2fd8ade
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app-infrastructure/scripts/open_hpds-user_data.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ sudo docker run --name=$CONTAINER_NAME \
--log-driver syslog --log-opt tag=open-hpds \
-v /opt/local/hpds:/opt/local/hpds \
-p 8080:8080 \
-e JAVA_OPTS=" -XX:+UseParallelGC -XX:SurvivorRatio=250 -Xms10g -Xmx40g -Dserver.port=8080 -Dspring.profiles.active=development -DCACHE_SIZE=2500 -DSMALL_TASK_THREADS=1 -DLARGE_TASK_THREADS=1 -DSMALL_JOB_LIMIT=100 -DID_BATCH_SIZE=5000 " \
-e JAVA_OPTS=" -XX:+UseParallelGC -XX:SurvivorRatio=250 -Xms10g -Xmx40g -Dserver.port=8080 -Dspring.profiles.active=open -DCACHE_SIZE=2500 -DSMALL_TASK_THREADS=1 -DLARGE_TASK_THREADS=1 -DSMALL_JOB_LIMIT=100 -DID_BATCH_SIZE=5000 " \
-d $HPDS_IMAGE

echo "Waiting for container to initialize"
Expand Down

0 comments on commit 2fd8ade

Please sign in to comment.