Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1t6Agb-00B8J3-48 for pgsql-general@arkaria.postgresql.org; Wed, 30 Oct 2024 15:32:41 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1t6AgZ-009zSp-Dc for pgsql-general@arkaria.postgresql.org; Wed, 30 Oct 2024 15:32:39 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1t6AgZ-009zSh-30 for pgsql-general@lists.postgresql.org; Wed, 30 Oct 2024 15:32:39 +0000 Received: from 86-93-55-120.fixed.kpn.net ([86.93.55.120] helo=mail2.scred.nl) by magus.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1t6AgW-003qGw-Of for pgsql-general@postgresql.org; Wed, 30 Oct 2024 15:32:38 +0000 Received: from FIT-LT00218.lan.khronos.nl ([157.97.112.130]) by mail2.scred.nl with ESMTP; Wed, 30 Oct 2024 16:32:29 +0100 Message-ID: Subject: What to do with a PAAS-pg server From: "alexander al (leiden)" To: Postgres General Date: Wed, 30 Oct 2024 16:32:29 +0100 Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.36.5-0ubuntu1 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Hi, we have a supplier (via our client) who has an self build PAAS-version of postgresql. Ok, you would say, that's fine. But, there is always an but, we think the settings are not quite ok. We really want to know how much memory etc there is on that server. So we can recommend the recommended settings. Is there a way to get those information on the server itself from psql? regards, Alexander Al