Home » Programming » Databases
PostgreSQL Configuration: Port/Host, Memory, Temp File Limits
This article will show you how to find your PostgreSQL configuration file, and change the port and host, maximum connections, temporary file and memory limits for PostgreSQL on Linux. Once you have your PostgreSQL database server up and running, you’ll probably want to tweak the configuration. The most common things you will want to change are the port and host bindings, and memory and file size limits if you want to tweak the performance of your server. Finding the PostgreSQL Configuration File The PostgreSQL configuration … Read more