Re: Server is swapping with free memory available

From: Mladen Gogala <gogala.mladen_at_gmail.com>
Date: Tue, 19 Mar 2019 22:54:54 -0400
Message-ID: <4f09dd02-e751-6109-314a-d77c63449825_at_gmail.com>



It will help you eliminate IO buffering in the kernel space and move it to user space. Without using direct IO, you have double buffering: your database blocks are cached in SGA and in the OS buffer cache.

On 3/19/19 10:44 PM, Upendra nerilla wrote:
> A few more details:
>
> 1. Current settings: filesystemio_options=asynch.   -- We haven't
> tried "ALL", trying to understand how it will help with the
> swap issue?
>
>
> -Upendra
>
> ------------------------------------------------------------------------
> *From:* oracle-l-bounce_at_freelists.org <oracle-l-bounce_at_freelists.org>
> on behalf of Mladen Gogala <gogala.mladen_at_gmail.com>
> *Sent:* Tuesday, March 19, 2019 6:52 PM
> *To:* oracle-l_at_freelists.org
> *Subject:* Re: Server is swapping with free memory available
>
> Have you tried with FILESYSYSTEMIO_OPTIONS=ALL?
>
>
> On 3/19/19 4:54 PM, Upendra nerilla wrote:
>>
>> Hello everyone -
>> We have a database server which is choosing to swap though there
>> is plenty of free memory.
>> Any pointers on what to check are much appreciated..
>>
> --
> Mladen Gogala
> Database Consultant
> Tel: (347) 321-1217

-- 
Mladen Gogala
Database Consultant
Tel: (347) 321-1217


--
http://www.freelists.org/webpage/oracle-l
Received on Wed Mar 20 2019 - 03:54:54 CET

Original text of this message