Linux2.6 overcommit behaviour

From: Shridhar Daithankar <shridhar_daithankar(at)persistent(dot)co(dot)in>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Linux2.6 overcommit behaviour
Date: 2003-08-28 10:43:29
Message-ID: 200308281613.29020.shridhar_daithankar@persistent.co.in
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi all,

Following is from Documentation/vm/overcommit-accounting
-------------
2 - (NEW) strict overcommit. The total address space commit
for the system is not permitted to exceed swap + a
configurable percentage (default is 50) of physical RAM.
Depending on the percentage you use, in most situations
this means a process will not be killed while accessing
pages but will receive errors on memory allocation as
appropriate.
-------------

Looks like it's been taken care once for all.

Shridhar

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Larry Rosenman 2003-08-28 11:19:54 Re: Beta2 Tag'd and Bundled ...
Previous Message Markus Kräutner 2003-08-28 10:28:30 Re: Possible bug in update?