Skip to content

Commit 02d8dc0

Browse files
committed
Add script to run importer locally
The script sets the db migration env variable and adjusts the memory available to the JVM.
1 parent d5ce826 commit 02d8dc0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

run-local.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/usr/bin/env bash
2+
3+
set -euo pipefail
4+
5+
JORE_IMPORTER_MIGRATE=true \
6+
mvn clean spring-boot:run -Dspring-boot.run.jvmArguments="-Xmx4096m"
7+

0 commit comments

Comments
 (0)