diff --git a/run-wrapper/run.ps1 b/run-wrapper/run.ps1 index 09b3bf52..701f6829 100644 --- a/run-wrapper/run.ps1 +++ b/run-wrapper/run.ps1 @@ -31,7 +31,7 @@ $JAVA_OPTS = @( "--add-opens=java.base/java.nio=ALL-UNNAMED" "-Ddhfs.objects.persistence.files.root=$($PSScriptRoot)\..\data\objects" "-Ddhfs.objects.persistence.stuff.root=$($PSScriptRoot)\..\data\stuff" - "-Ddhfs.objects.persistence.lmdb.size=1000000000" + "-Ddhfs.objects.persistence.lmdb.size=100000000000" "-Ddhfs.fuse.root=Z:\" "-Dquarkus.http.host=0.0.0.0" '-Dquarkus.log.category.\"com.usatiuk\".level=INFO'