Re: [HACKERS] Total memory allocated to postgres

2010-10-08 Thread Robert Haas
On Fri, Oct 8, 2010 at 10:37 AM, vamsi krishna wrote: > I want to know how much main memory  is actually allocated to be the maximum > memory for postgresql, because my hardware may have 4GB main memory but at > the end of the day, only 1GB may be allocated for postgres. > > I want to set (increas

[HACKERS] Total memory allocated to postgres

2010-10-08 Thread vamsi krishna
Hi I want to know how much main memory is actually allocated to be the maximum memory for postgresql, because my hardware may have 4GB main memory but at the end of the day, only 1GB may be allocated for postgres. I want to set (increase) it manually. Can someone tell me how to do it? In aset.c