From e98077a139aa319c5335a8d3b2477c9d63604189 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Wed, 3 Dec 2025 18:19:40 -0300 Subject: Disable valcache for transactor Given that the transactor will run on top of SQLite, its disk IO for reads when accessing the valcache is replaced by SQLite itself. In this topology, we don't get any upside on enabling valcache for the transactor, and even loose performance due to the cache IO competing with the database IO. Peers can enable the valcache for themselves, if desired. --- etc/transactor.properties.tmpl | 3 --- 1 file changed, 3 deletions(-) (limited to 'etc') diff --git a/etc/transactor.properties.tmpl b/etc/transactor.properties.tmpl index 0037c35..5b9ef47 100644 --- a/etc/transactor.properties.tmpl +++ b/etc/transactor.properties.tmpl @@ -6,9 +6,6 @@ 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 -- cgit v1.2.3