Store file cache outside pgdata dir

This commit is contained in:
Konstantin Knizhnik
2021-09-24 19:07:30 +03:00
parent c23b65914e
commit 53c870b8e7

View File

@@ -325,6 +325,7 @@ impl PostgresNode {
wal_sender_timeout = 0\n\
wal_level = replica\n\
zenith.file_cache_size = 4096\n\
zenith.file_cache_path = '/tmp/file.cache'\n\
listen_addresses = '{address}'\n\
port = {port}\n",
address = self.address.ip(),