gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-grid5k] 43/73: update config of db and exch


From: gnunet
Subject: [taler-grid5k] 43/73: update config of db and exch
Date: Tue, 14 Dec 2021 15:10:25 +0100

This is an automated email from the git hooks/post-receive script.

marco-boss pushed a commit to branch master
in repository grid5k.

commit 6e8f9fd8d49953ce0793844539bb99ae04cccf20
Author: Boss Marco <bossm8@bfh.ch>
AuthorDate: Wed Dec 1 20:41:49 2021 +0100

    update config of db and exch
---
 configs/etc/taler/conf.d/exchange-business.conf | 2 +-
 experiment/scripts/database.sh                  | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/configs/etc/taler/conf.d/exchange-business.conf 
b/configs/etc/taler/conf.d/exchange-business.conf
index 7a8b299..27e0f12 100644
--- a/configs/etc/taler/conf.d/exchange-business.conf
+++ b/configs/etc/taler/conf.d/exchange-business.conf
@@ -12,7 +12,7 @@ MASTER_PUBLIC_KEY = <MASTER_KEY_HERE>
 # BASE_URL = https://example.com/
 BASE_URL = <BASE_URL_HERE>
 
-MAX_REQUESTS = 1024
+MAX_REQUESTS = 10000
 
 # For your terms of service and privacy policy, you should specify
 # an Etag that must be updated whenever there are significant
diff --git a/experiment/scripts/database.sh b/experiment/scripts/database.sh
index 072c605..5d3db46 100755
--- a/experiment/scripts/database.sh
+++ b/experiment/scripts/database.sh
@@ -27,7 +27,7 @@ function setup_config() {
   wal_buffers=16MB
 
   max_worker_processes=$(lscpu | grep "CPU(s)" | head -n 1 | awk '{print $2}')
-  max_connections=100
+  max_connections=300
 
   # out of shared memory
   max_locks_per_transaction=85
@@ -35,7 +35,7 @@ function setup_config() {
   # Increase work mem to lower I/O utilization (max used =~ work_mem * 
max_connections)
   # NOTE: This formula is not completely correct 
   work_mem=128MB
-  idle_in_transaction_session_timeout=3000
+  # idle_in_transaction_session_timeout=10000
   " >> /etc/postgresql/13/main/postgresql.conf
   
   # Enable password for taler since this is commonly the case

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]