diff options
| author | EuAndreh <eu@euandre.org> | 2025-12-01 16:45:28 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2025-12-01 16:45:28 -0300 |
| commit | 4078b4fe2d46f3b5e58a8fdcf218550d446d9691 (patch) | |
| tree | 71fc654ceaaf593c7e21531a70e85228b0b2dfd2 /etc/transactor.properties | |
| parent | m (diff) | |
| download | datomic-4078b4fe2d46f3b5e58a8fdcf218550d446d9691.tar.gz datomic-4078b4fe2d46f3b5e58a8fdcf218550d446d9691.tar.xz | |
m
Diffstat (limited to 'etc/transactor.properties')
| -rw-r--r-- | etc/transactor.properties | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/etc/transactor.properties b/etc/transactor.properties new file mode 100644 index 0000000..e5d07fa --- /dev/null +++ b/etc/transactor.properties @@ -0,0 +1,14 @@ +protocol=sql +host=localhost +port=50200 +encrypt-channel=false +sql-driver-class=org.sqlite.JDBC +sql-url=jdbc:sqlite:storage.db +data-dir=tmp +valcache-path=cache +valcache-max-gb=100 + +# 4GiB VM +memory-index-threshold=32m +memory-index-max=512m +object-cache-max=1g |
