summaryrefslogtreecommitdiff
path: root/debian/postinst
diff options
context:
space:
mode:
authorJonathan de Jong <jonathandejong02@gmail.com>2021-07-14 07:07:08 +0000
committerTimo Kösters <timo@koesters.xyz>2021-07-14 07:07:08 +0000
commit9d4fa9a2201399a652e52cc1d76f0e2a3a5608d2 (patch)
treec17a87eb2c52515a6eb9568ac9706b6c51db8675 /debian/postinst
parentbd4bd58612821a1e495b4d3017a1193dc13ccabd (diff)
downloadconduit-9d4fa9a2201399a652e52cc1d76f0e2a3a5608d2.zip
Sqlite
Diffstat (limited to 'debian/postinst')
-rw-r--r--debian/postinst4
1 files changed, 3 insertions, 1 deletions
diff --git a/debian/postinst b/debian/postinst
index 6a4cdb8..824fd64 100644
--- a/debian/postinst
+++ b/debian/postinst
@@ -73,10 +73,12 @@ max_request_size = 20_000_000 # in bytes
# Enable jaeger to support monitoring and troubleshooting through jaeger.
#allow_jaeger = false
-#cache_capacity = 1073741824 # in bytes, 1024 * 1024 * 1024
#max_concurrent_requests = 100 # How many requests Conduit sends to other servers at the same time
#log = "info,state_res=warn,rocket=off,_=off,sled=off"
#workers = 4 # default: cpu core count * 2
+
+# The total amount of memory that the database will use.
+#db_cache_capacity_mb = 200
EOF
fi
;;