We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea0a14d commit 97c828eCopy full SHA for 97c828e
src/main/config/openmrs-runtime.properties
@@ -10,6 +10,6 @@ connection.password=test
10
tomcatport=8081
11
application_data_directory=appdata
12
reset_connection_password=true
13
-vm_arguments=-Xmx512m -Xms512m -XX:NewSize=128m --add-exports=java.desktop/com.apple.eawt=ALL-UNNAMED
+vm_arguments=-Xmx512m -Xms512m -XX:NewSize=128m --add-exports=java.desktop/com.apple.eawt=ALL-UNNAMED --add-opens=java.base/java.lang=ALL-UNNAMED
14
# Tell MariaDB where to find database files (this is the important part!)
15
connection.database.data_dir=./database/data
0 commit comments