You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
271 B
Batchfile

@echo off
REM TED Procurement Processor Startup Script
REM Increases Java heap size to 8GB
echo Starting TED Procurement Processor with 8GB heap...
java -Xms4g -Xmx8g -XX:+UseG1GC -XX:MaxGCPauseMillis=200 -jar target\ted-procurement-processor-1.0.0-SNAPSHOT.jar
pause