Re: Problem in Page Cache Replacement

2012-11-25 Thread Rik van Riel
On 11/22/2012 10:53 AM, Fengguang Wu wrote: Ah it's more likely caused by this logic: if (is_active_lru(lru)) { if (inactive_list_is_low(mz, file)) shrink_active_list(nr_to_scan, mz, sc, priority, file); The active file list won't be scanned

Re: Problem in Page Cache Replacement

2012-11-25 Thread Rik van Riel
On 11/22/2012 10:53 AM, Fengguang Wu wrote: Ah it's more likely caused by this logic: if (is_active_lru(lru)) { if (inactive_list_is_low(mz, file)) shrink_active_list(nr_to_scan, mz, sc, priority, file); The active file list won't be scanned

Re: Problem in Page Cache Replacement

2012-11-24 Thread Metin Döşlü
On Thu, Nov 22, 2012 at 5:41 PM, Fengguang Wu wrote: > On Wed, Nov 21, 2012 at 12:07:22PM +0200, Metin Döşlü wrote: >> On Wed, Nov 21, 2012 at 12:00 PM, Jaegeuk Hanse >> wrote: >> > >> > On 11/21/2012 05:58 PM, metin d wrote: >> > >> > Hi Fengguang, >> > >> > I run tests and attached the

Re: Problem in Page Cache Replacement

2012-11-24 Thread Metin Döşlü
On Thu, Nov 22, 2012 at 5:41 PM, Fengguang Wu fengguang...@intel.com wrote: On Wed, Nov 21, 2012 at 12:07:22PM +0200, Metin Döşlü wrote: On Wed, Nov 21, 2012 at 12:00 PM, Jaegeuk Hanse jaegeuk.ha...@gmail.com wrote: On 11/21/2012 05:58 PM, metin d wrote: Hi Fengguang, I run tests

Re: Problem in Page Cache Replacement

2012-11-23 Thread metin d
- Original Message - From: Jaegeuk Hanse To: metin d Cc: Jan Kara ; "linux-kernel@vger.kernel.org" ; "linux...@kvack.org" Sent: Friday, November 23, 2012 10:17 AM Subject: Re: Problem in Page Cache Replacement On 11/23/2012 04:08 PM, metin d wrote: >

Re: Problem in Page Cache Replacement

2012-11-23 Thread Jaegeuk Hanse
On 11/23/2012 04:08 PM, metin d wrote: - Original Message - From: Jaegeuk Hanse To: metin d Cc: Jan Kara ; "linux-kernel@vger.kernel.org" ; linux...@kvack.org Sent: Friday, November 23, 2012 3:58 AM Subject: Re: Problem in Page Cache Replacement On 11/21/2012 02:25 AM

Re: Problem in Page Cache Replacement

2012-11-23 Thread metin d
- Original Message - From: Jaegeuk Hanse To: metin d Cc: Jan Kara ; "linux-kernel@vger.kernel.org" ; linux...@kvack.org Sent: Friday, November 23, 2012 3:58 AM Subject: Re: Problem in Page Cache Replacement On 11/21/2012 02:25 AM, Jan Kara wrote: > On Tue 20-11-12 09:4

Re: Problem in Page Cache Replacement

2012-11-23 Thread metin d
- Original Message - From: Jaegeuk Hanse jaegeuk.ha...@gmail.com To: metin d met...@yahoo.com Cc: Jan Kara j...@suse.cz; linux-kernel@vger.kernel.org linux-kernel@vger.kernel.org; linux...@kvack.org Sent: Friday, November 23, 2012 3:58 AM Subject: Re: Problem in Page Cache Replacement

Re: Problem in Page Cache Replacement

2012-11-23 Thread Jaegeuk Hanse
: Re: Problem in Page Cache Replacement On 11/21/2012 02:25 AM, Jan Kara wrote: On Tue 20-11-12 09:42:42, metin d wrote: I have two PostgreSQL databases named data-1 and data-2 that sit on the same machine. Both databases keep 40 GB of data, and the total memory available on the machine is 68GB

Re: Problem in Page Cache Replacement

2012-11-23 Thread metin d
, 2012 3:58 AM Subject: Re: Problem in Page Cache Replacement On 11/21/2012 02:25 AM, Jan Kara wrote: On Tue 20-11-12 09:42:42, metin d wrote: I have two PostgreSQL databases named data-1 and data-2 that sit on the same machine. Both databases keep 40 GB of data, and the total memory available

Re: Problem in Page Cache Replacement

2012-11-22 Thread Fengguang Wu
Jaegeuk, > Thanks for your response. But which kind of pages are in the special > reserved and which are all-flags-cleared? The all-flags-cleared pages are mostly free pages in the buddy system. The pages with flag "buddy" are also free pages: the buddy system only marks the head pages of each

Re: Problem in Page Cache Replacement

2012-11-22 Thread Jaegeuk Hanse
On 11/23/2012 12:17 AM, Johannes Weiner wrote: On Thu, Nov 22, 2012 at 09:16:27PM +0800, Jaegeuk Hanse wrote: On 11/22/2012 09:09 AM, Johannes Weiner wrote: On Thu, Nov 22, 2012 at 08:48:07AM +0800, Jaegeuk Hanse wrote: On 11/22/2012 05:34 AM, Johannes Weiner wrote: Hi, On Tue, Nov 20, 2012

Re: Problem in Page Cache Replacement

2012-11-22 Thread Jaegeuk Hanse
On 11/22/2012 11:53 PM, Fengguang Wu wrote: On Thu, Nov 22, 2012 at 11:41:07PM +0800, Fengguang Wu wrote: On Wed, Nov 21, 2012 at 12:07:22PM +0200, Metin Döşlü wrote: On Wed, Nov 21, 2012 at 12:00 PM, Jaegeuk Hanse wrote: On 11/21/2012 05:58 PM, metin d wrote: Hi Fengguang, I run tests and

Re: Problem in Page Cache Replacement

2012-11-22 Thread Jaegeuk Hanse
On 11/21/2012 02:25 AM, Jan Kara wrote: On Tue 20-11-12 09:42:42, metin d wrote: I have two PostgreSQL databases named data-1 and data-2 that sit on the same machine. Both databases keep 40 GB of data, and the total memory available on the machine is 68GB. I started data-1 and data-2, and ran

Re: Problem in Page Cache Replacement

2012-11-22 Thread Jaegeuk Hanse
On 11/22/2012 11:26 PM, Fengguang Wu wrote: Hi Jaegeuk, Sorry for the delay. I'm traveling these days.. On Wed, Nov 21, 2012 at 05:42:33PM +0800, Jaegeuk Hanse wrote: On 11/21/2012 05:02 PM, Fengguang Wu wrote: On Wed, Nov 21, 2012 at 04:34:40PM +0800, Jaegeuk Hanse wrote: Cc Fengguang Wu.

Re: Problem in Page Cache Replacement

2012-11-22 Thread metin d
3:09 AM Subject: Re: Problem in Page Cache Replacement On Thu, Nov 22, 2012 at 08:48:07AM +0800, Jaegeuk Hanse wrote: > On 11/22/2012 05:34 AM, Johannes Weiner wrote: > >Hi, > > > >On Tue, Nov 20, 2012 at 07:25:00PM +0100, Jan Kara wrote: > >>On Tue 20-11-12 09:42:42, m

Re: Problem in Page Cache Replacement

2012-11-22 Thread Johannes Weiner
Hi, On Tue, Nov 20, 2012 at 07:25:00PM +0100, Jan Kara wrote: > On Tue 20-11-12 09:42:42, metin d wrote: > > I have two PostgreSQL databases named data-1 and data-2 that sit on the > > same machine. Both databases keep 40 GB of data, and the total memory > > available on the machine is 68GB. > >

Re: Problem in Page Cache Replacement

2012-11-22 Thread Johannes Weiner
On Thu, Nov 22, 2012 at 08:48:07AM +0800, Jaegeuk Hanse wrote: > On 11/22/2012 05:34 AM, Johannes Weiner wrote: > >Hi, > > > >On Tue, Nov 20, 2012 at 07:25:00PM +0100, Jan Kara wrote: > >>On Tue 20-11-12 09:42:42, metin d wrote: > >>>I have two PostgreSQL databases named data-1 and data-2 that sit

Re: Problem in Page Cache Replacement

2012-11-22 Thread Johannes Weiner
On Thu, Nov 22, 2012 at 09:16:27PM +0800, Jaegeuk Hanse wrote: > On 11/22/2012 09:09 AM, Johannes Weiner wrote: > >On Thu, Nov 22, 2012 at 08:48:07AM +0800, Jaegeuk Hanse wrote: > >>On 11/22/2012 05:34 AM, Johannes Weiner wrote: > >>>Hi, > >>> > >>>On Tue, Nov 20, 2012 at 07:25:00PM +0100, Jan

Re: Problem in Page Cache Replacement

2012-11-22 Thread metin d
k.org Sent: Wednesday, November 21, 2012 11:34 PM Subject: Re: Problem in Page Cache Replacement Hi, On Tue, Nov 20, 2012 at 07:25:00PM +0100, Jan Kara wrote: > On Tue 20-11-12 09:42:42, metin d wrote: > > I have two PostgreSQL databases named data-1 and data-2 that sit on the >

Re: Problem in Page Cache Replacement

2012-11-22 Thread Jaegeuk Hanse
On 11/22/2012 09:09 AM, Johannes Weiner wrote: On Thu, Nov 22, 2012 at 08:48:07AM +0800, Jaegeuk Hanse wrote: On 11/22/2012 05:34 AM, Johannes Weiner wrote: Hi, On Tue, Nov 20, 2012 at 07:25:00PM +0100, Jan Kara wrote: On Tue 20-11-12 09:42:42, metin d wrote: I have two PostgreSQL databases

Re: Problem in Page Cache Replacement

2012-11-22 Thread Jaegeuk Hanse
On 11/22/2012 05:34 AM, Johannes Weiner wrote: Hi, On Tue, Nov 20, 2012 at 07:25:00PM +0100, Jan Kara wrote: On Tue 20-11-12 09:42:42, metin d wrote: I have two PostgreSQL databases named data-1 and data-2 that sit on the same machine. Both databases keep 40 GB of data, and the total memory

Re: Problem in Page Cache Replacement

2012-11-22 Thread Fengguang Wu
On Thu, Nov 22, 2012 at 11:41:07PM +0800, Fengguang Wu wrote: > On Wed, Nov 21, 2012 at 12:07:22PM +0200, Metin Döşlü wrote: > > On Wed, Nov 21, 2012 at 12:00 PM, Jaegeuk Hanse > > wrote: > > > > > > On 11/21/2012 05:58 PM, metin d wrote: > > > > > > Hi Fengguang, > > > > > > I run tests and

Re: Problem in Page Cache Replacement

2012-11-22 Thread Fengguang Wu
On Wed, Nov 21, 2012 at 12:07:22PM +0200, Metin Döşlü wrote: > On Wed, Nov 21, 2012 at 12:00 PM, Jaegeuk Hanse > wrote: > > > > On 11/21/2012 05:58 PM, metin d wrote: > > > > Hi Fengguang, > > > > I run tests and attached the results. The line below I guess shows the > > data-1 page caches. > >

Re: Problem in Page Cache Replacement

2012-11-22 Thread Fengguang Wu
Hi Jaegeuk, Sorry for the delay. I'm traveling these days.. On Wed, Nov 21, 2012 at 05:42:33PM +0800, Jaegeuk Hanse wrote: > On 11/21/2012 05:02 PM, Fengguang Wu wrote: > >On Wed, Nov 21, 2012 at 04:34:40PM +0800, Jaegeuk Hanse wrote: > >>Cc Fengguang Wu. > >> > >>On 11/21/2012 04:13 PM, metin d

Re: Problem in Page Cache Replacement

2012-11-22 Thread Fengguang Wu
Hi Jaegeuk, Sorry for the delay. I'm traveling these days.. On Wed, Nov 21, 2012 at 05:42:33PM +0800, Jaegeuk Hanse wrote: On 11/21/2012 05:02 PM, Fengguang Wu wrote: On Wed, Nov 21, 2012 at 04:34:40PM +0800, Jaegeuk Hanse wrote: Cc Fengguang Wu. On 11/21/2012 04:13 PM, metin d wrote:

Re: Problem in Page Cache Replacement

2012-11-22 Thread Fengguang Wu
On Wed, Nov 21, 2012 at 12:07:22PM +0200, Metin Döşlü wrote: On Wed, Nov 21, 2012 at 12:00 PM, Jaegeuk Hanse jaegeuk.ha...@gmail.com wrote: On 11/21/2012 05:58 PM, metin d wrote: Hi Fengguang, I run tests and attached the results. The line below I guess shows the data-1 page

Re: Problem in Page Cache Replacement

2012-11-22 Thread Fengguang Wu
On Thu, Nov 22, 2012 at 11:41:07PM +0800, Fengguang Wu wrote: On Wed, Nov 21, 2012 at 12:07:22PM +0200, Metin Döşlü wrote: On Wed, Nov 21, 2012 at 12:00 PM, Jaegeuk Hanse jaegeuk.ha...@gmail.com wrote: On 11/21/2012 05:58 PM, metin d wrote: Hi Fengguang, I run tests and

Re: Problem in Page Cache Replacement

2012-11-22 Thread Jaegeuk Hanse
On 11/22/2012 05:34 AM, Johannes Weiner wrote: Hi, On Tue, Nov 20, 2012 at 07:25:00PM +0100, Jan Kara wrote: On Tue 20-11-12 09:42:42, metin d wrote: I have two PostgreSQL databases named data-1 and data-2 that sit on the same machine. Both databases keep 40 GB of data, and the total memory

Re: Problem in Page Cache Replacement

2012-11-22 Thread Jaegeuk Hanse
On 11/22/2012 09:09 AM, Johannes Weiner wrote: On Thu, Nov 22, 2012 at 08:48:07AM +0800, Jaegeuk Hanse wrote: On 11/22/2012 05:34 AM, Johannes Weiner wrote: Hi, On Tue, Nov 20, 2012 at 07:25:00PM +0100, Jan Kara wrote: On Tue 20-11-12 09:42:42, metin d wrote: I have two PostgreSQL databases

Re: Problem in Page Cache Replacement

2012-11-22 Thread metin d
-kernel@vger.kernel.org linux-kernel@vger.kernel.org; linux...@kvack.org Sent: Wednesday, November 21, 2012 11:34 PM Subject: Re: Problem in Page Cache Replacement Hi, On Tue, Nov 20, 2012 at 07:25:00PM +0100, Jan Kara wrote: On Tue 20-11-12 09:42:42, metin d wrote: I have two PostgreSQL databases

Re: Problem in Page Cache Replacement

2012-11-22 Thread Johannes Weiner
On Thu, Nov 22, 2012 at 08:48:07AM +0800, Jaegeuk Hanse wrote: On 11/22/2012 05:34 AM, Johannes Weiner wrote: Hi, On Tue, Nov 20, 2012 at 07:25:00PM +0100, Jan Kara wrote: On Tue 20-11-12 09:42:42, metin d wrote: I have two PostgreSQL databases named data-1 and data-2 that sit on the same

Re: Problem in Page Cache Replacement

2012-11-22 Thread Johannes Weiner
On Thu, Nov 22, 2012 at 09:16:27PM +0800, Jaegeuk Hanse wrote: On 11/22/2012 09:09 AM, Johannes Weiner wrote: On Thu, Nov 22, 2012 at 08:48:07AM +0800, Jaegeuk Hanse wrote: On 11/22/2012 05:34 AM, Johannes Weiner wrote: Hi, On Tue, Nov 20, 2012 at 07:25:00PM +0100, Jan Kara wrote: On Tue

Re: Problem in Page Cache Replacement

2012-11-22 Thread Johannes Weiner
Hi, On Tue, Nov 20, 2012 at 07:25:00PM +0100, Jan Kara wrote: On Tue 20-11-12 09:42:42, metin d wrote: I have two PostgreSQL databases named data-1 and data-2 that sit on the same machine. Both databases keep 40 GB of data, and the total memory available on the machine is 68GB. I

Re: Problem in Page Cache Replacement

2012-11-22 Thread metin d
@vger.kernel.org; linux...@kvack.org Sent: Thursday, November 22, 2012 3:09 AM Subject: Re: Problem in Page Cache Replacement On Thu, Nov 22, 2012 at 08:48:07AM +0800, Jaegeuk Hanse wrote: On 11/22/2012 05:34 AM, Johannes Weiner wrote: Hi, On Tue, Nov 20, 2012 at 07:25:00PM +0100, Jan Kara wrote

Re: Problem in Page Cache Replacement

2012-11-22 Thread Jaegeuk Hanse
On 11/22/2012 11:26 PM, Fengguang Wu wrote: Hi Jaegeuk, Sorry for the delay. I'm traveling these days.. On Wed, Nov 21, 2012 at 05:42:33PM +0800, Jaegeuk Hanse wrote: On 11/21/2012 05:02 PM, Fengguang Wu wrote: On Wed, Nov 21, 2012 at 04:34:40PM +0800, Jaegeuk Hanse wrote: Cc Fengguang Wu.

Re: Problem in Page Cache Replacement

2012-11-22 Thread Jaegeuk Hanse
On 11/21/2012 02:25 AM, Jan Kara wrote: On Tue 20-11-12 09:42:42, metin d wrote: I have two PostgreSQL databases named data-1 and data-2 that sit on the same machine. Both databases keep 40 GB of data, and the total memory available on the machine is 68GB. I started data-1 and data-2, and ran

Re: Problem in Page Cache Replacement

2012-11-22 Thread Jaegeuk Hanse
On 11/22/2012 11:53 PM, Fengguang Wu wrote: On Thu, Nov 22, 2012 at 11:41:07PM +0800, Fengguang Wu wrote: On Wed, Nov 21, 2012 at 12:07:22PM +0200, Metin Döşlü wrote: On Wed, Nov 21, 2012 at 12:00 PM, Jaegeuk Hanse jaegeuk.ha...@gmail.com wrote: On 11/21/2012 05:58 PM, metin d wrote: Hi

Re: Problem in Page Cache Replacement

2012-11-22 Thread Jaegeuk Hanse
On 11/23/2012 12:17 AM, Johannes Weiner wrote: On Thu, Nov 22, 2012 at 09:16:27PM +0800, Jaegeuk Hanse wrote: On 11/22/2012 09:09 AM, Johannes Weiner wrote: On Thu, Nov 22, 2012 at 08:48:07AM +0800, Jaegeuk Hanse wrote: On 11/22/2012 05:34 AM, Johannes Weiner wrote: Hi, On Tue, Nov 20, 2012

Re: Problem in Page Cache Replacement

2012-11-22 Thread Fengguang Wu
Jaegeuk, Thanks for your response. But which kind of pages are in the special reserved and which are all-flags-cleared? The all-flags-cleared pages are mostly free pages in the buddy system. The pages with flag buddy are also free pages: the buddy system only marks the head pages of each

Re: Problem in Page Cache Replacement

2012-11-21 Thread Metin Döşlü
uot;linux...@kvack.org" > Sent: Wednesday, November 21, 2012 11:42 AM > Subject: Re: Problem in Page Cache Replacement > > On 11/21/2012 05:02 PM, Fengguang Wu wrote: > > On Wed, Nov 21, 2012 at 04:34:40PM +0800, Jaegeuk Hanse wrote: > >> Cc Fengguang Wu. >

Re: Problem in Page Cache Replacement

2012-11-21 Thread metin d
To: Fengguang Wu Cc: metin d ; Jan Kara ; "linux-kernel@vger.kernel.org" ; "linux...@kvack.org" Sent: Wednesday, November 21, 2012 11:42 AM Subject: Re: Problem in Page Cache Replacement On 11/21/2012 05:02 PM, Fengguang Wu wrote: > On Wed, Nov 21, 2012 at 04:34:40PM +08

Re: Problem in Page Cache Replacement

2012-11-21 Thread Jaegeuk Hanse
On 11/21/2012 05:02 PM, Fengguang Wu wrote: On Wed, Nov 21, 2012 at 04:34:40PM +0800, Jaegeuk Hanse wrote: Cc Fengguang Wu. On 11/21/2012 04:13 PM, metin d wrote: Curious. Added linux-mm list to CC to catch more attention. If you run echo 1 >/proc/sys/vm/drop_caches does it evict data-1

Re: Problem in Page Cache Replacement

2012-11-21 Thread Fengguang Wu
On Wed, Nov 21, 2012 at 05:02:04PM +0800, Fengguang Wu wrote: > On Wed, Nov 21, 2012 at 04:34:40PM +0800, Jaegeuk Hanse wrote: > > Cc Fengguang Wu. > > > > On 11/21/2012 04:13 PM, metin d wrote: > > >> Curious. Added linux-mm list to CC to catch more attention. If you run > > >>echo 1

Re: Problem in Page Cache Replacement

2012-11-21 Thread Fengguang Wu
On Wed, Nov 21, 2012 at 04:34:40PM +0800, Jaegeuk Hanse wrote: > Cc Fengguang Wu. > > On 11/21/2012 04:13 PM, metin d wrote: > >> Curious. Added linux-mm list to CC to catch more attention. If you run > >>echo 1 >/proc/sys/vm/drop_caches does it evict data-1 pages from memory? > >I'm guessing

Re: Problem in Page Cache Replacement

2012-11-21 Thread Jaegeuk Hanse
Cc Fengguang Wu. On 11/21/2012 04:13 PM, metin d wrote: Curious. Added linux-mm list to CC to catch more attention. If you run echo 1 >/proc/sys/vm/drop_caches does it evict data-1 pages from memory? I'm guessing it'd evict the entries, but am wondering if we could run any more diagnostics

Re: Problem in Page Cache Replacement

2012-11-21 Thread metin d
>  Curious. Added linux-mm list to CC to catch more attention. If you run > echo 1 >/proc/sys/vm/drop_caches does it evict data-1 pages from memory? I'm guessing it'd evict the entries, but am wondering if we could run any more diagnostics before trying this. We regularly use a setup where we

Re: Problem in Page Cache Replacement

2012-11-21 Thread metin d
012 8:25 PM Subject: Re: Problem in Page Cache Replacement On Tue 20-11-12 09:42:42, metin d wrote: > I have two PostgreSQL databases named data-1 and data-2 that sit on the > same machine. Both databases keep 40 GB of data, and the total memory > available on the machine is 68GB. >

Re: Problem in Page Cache Replacement

2012-11-21 Thread metin d
Sent: Tuesday, November 20, 2012 8:25 PM Subject: Re: Problem in Page Cache Replacement On Tue 20-11-12 09:42:42, metin d wrote: I have two PostgreSQL databases named data-1 and data-2 that sit on the same machine. Both databases keep 40 GB of data, and the total memory available on the machine

Re: Problem in Page Cache Replacement

2012-11-21 Thread metin d
  Curious. Added linux-mm list to CC to catch more attention. If you run echo 1 /proc/sys/vm/drop_caches does it evict data-1 pages from memory? I'm guessing it'd evict the entries, but am wondering if we could run any more diagnostics before trying this. We regularly use a setup where we have

Re: Problem in Page Cache Replacement

2012-11-21 Thread Jaegeuk Hanse
Cc Fengguang Wu. On 11/21/2012 04:13 PM, metin d wrote: Curious. Added linux-mm list to CC to catch more attention. If you run echo 1 /proc/sys/vm/drop_caches does it evict data-1 pages from memory? I'm guessing it'd evict the entries, but am wondering if we could run any more diagnostics

Re: Problem in Page Cache Replacement

2012-11-21 Thread Fengguang Wu
On Wed, Nov 21, 2012 at 04:34:40PM +0800, Jaegeuk Hanse wrote: Cc Fengguang Wu. On 11/21/2012 04:13 PM, metin d wrote: Curious. Added linux-mm list to CC to catch more attention. If you run echo 1 /proc/sys/vm/drop_caches does it evict data-1 pages from memory? I'm guessing it'd evict

Re: Problem in Page Cache Replacement

2012-11-21 Thread Fengguang Wu
On Wed, Nov 21, 2012 at 05:02:04PM +0800, Fengguang Wu wrote: On Wed, Nov 21, 2012 at 04:34:40PM +0800, Jaegeuk Hanse wrote: Cc Fengguang Wu. On 11/21/2012 04:13 PM, metin d wrote: Curious. Added linux-mm list to CC to catch more attention. If you run echo 1 /proc/sys/vm/drop_caches

Re: Problem in Page Cache Replacement

2012-11-21 Thread Jaegeuk Hanse
On 11/21/2012 05:02 PM, Fengguang Wu wrote: On Wed, Nov 21, 2012 at 04:34:40PM +0800, Jaegeuk Hanse wrote: Cc Fengguang Wu. On 11/21/2012 04:13 PM, metin d wrote: Curious. Added linux-mm list to CC to catch more attention. If you run echo 1 /proc/sys/vm/drop_caches does it evict data-1

Re: Problem in Page Cache Replacement

2012-11-21 Thread metin d
jaegeuk.ha...@gmail.com To: Fengguang Wu fengguang...@intel.com Cc: metin d met...@yahoo.com; Jan Kara j...@suse.cz; linux-kernel@vger.kernel.org linux-kernel@vger.kernel.org; linux...@kvack.org linux...@kvack.org Sent: Wednesday, November 21, 2012 11:42 AM Subject: Re: Problem in Page Cache

Re: Problem in Page Cache Replacement

2012-11-21 Thread Metin Döşlü
@vger.kernel.org; linux...@kvack.org linux...@kvack.org Sent: Wednesday, November 21, 2012 11:42 AM Subject: Re: Problem in Page Cache Replacement On 11/21/2012 05:02 PM, Fengguang Wu wrote: On Wed, Nov 21, 2012 at 04:34:40PM +0800, Jaegeuk Hanse wrote: Cc Fengguang Wu. On 11/21/2012 04:13 PM, metin

Re: Problem in Page Cache Replacement

2012-11-20 Thread Jan Kara
On Tue 20-11-12 09:42:42, metin d wrote: > I have two PostgreSQL databases named data-1 and data-2 that sit on the > same machine. Both databases keep 40 GB of data, and the total memory > available on the machine is 68GB. > > I started data-1 and data-2, and ran several queries to go over all

Problem in Page Cache Replacement

2012-11-20 Thread metin d
I have two PostgreSQL databases named data-1 and data-2 that sit on the same machine. Both databases keep 40 GB of data, and the total memory available on the machine is 68GB. I started data-1 and data-2, and ran several queries to go over all their data. Then, I shut down data-1 and kept

Problem in Page Cache Replacement

2012-11-20 Thread metin d
I have two PostgreSQL databases named data-1 and data-2 that sit on the same machine. Both databases keep 40 GB of data, and the total memory available on the machine is 68GB. I started data-1 and data-2, and ran several queries to go over all their data. Then, I shut down data-1 and kept

Re: Problem in Page Cache Replacement

2012-11-20 Thread Jan Kara
On Tue 20-11-12 09:42:42, metin d wrote: I have two PostgreSQL databases named data-1 and data-2 that sit on the same machine. Both databases keep 40 GB of data, and the total memory available on the machine is 68GB. I started data-1 and data-2, and ran several queries to go over all their