gnunet-svn
[Top][All Lists]
Advanced

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

[taler-grid5k] 16/73: fix wallet build - broken on master


From: gnunet
Subject: [taler-grid5k] 16/73: fix wallet build - broken on master
Date: Tue, 14 Dec 2021 15:09:58 +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 a3edb4e89412f9e1230eede84bff382b1119afb2
Author: Boss Marco <bossm8@bfh.ch>
AuthorDate: Sat Nov 27 19:48:35 2021 +0100

    fix wallet build - broken on master
---
 experiment/scripts/database.sh | 2 +-
 image/taler-debian11.yaml      | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/experiment/scripts/database.sh b/experiment/scripts/database.sh
index 514e9ba..1dc7119 100755
--- a/experiment/scripts/database.sh
+++ b/experiment/scripts/database.sh
@@ -25,7 +25,7 @@ then
   # 
(https://www.postgresql.org/docs/current/runtime-config-wal.html#GUC-MAX-WAL-SIZE)
   max_wal_size=2GB 
   max_worker_processes=16
-  max_connections=500
+  max_connections=200
   # out of shared memory
   max_locks_per_transaction=80
   " >> /etc/postgresql/13/main/postgresql.conf
diff --git a/image/taler-debian11.yaml b/image/taler-debian11.yaml
index da67d98..2b09a2c 100644
--- a/image/taler-debian11.yaml
+++ b/image/taler-debian11.yaml
@@ -143,6 +143,7 @@ setup:
          git clone https://git.taler.net/wallet-core.git
          cd wallet-core
          npm install -g pnpm
+         ./bootstrap
          ./configure
          make install
 

-- 
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]