diff options
Diffstat (limited to 'etc/transactor.properties.tmpl')
| -rw-r--r-- | etc/transactor.properties.tmpl | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/etc/transactor.properties.tmpl b/etc/transactor.properties.tmpl new file mode 100644 index 0000000..0037c35 --- /dev/null +++ b/etc/transactor.properties.tmpl @@ -0,0 +1,15 @@ +protocol=sql +host=localhost +port=@PORT@ +encrypt-channel=false +sql-driver-class=org.sqlite.JDBC +sql-url=jdbc:sqlite:@FILE@ +data-dir=@TEMPDATADIR@ + +valcache-path=@CACHEDIR@ +valcache-max-gb=@VALCACHESIZE@ + +# 4GiB VM +memory-index-threshold=32m +memory-index-max=512m +object-cache-max=1g |
