Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: native Oracle-port on Linux -- what would it take?

Re: native Oracle-port on Linux -- what would it take?

From: Vlad Petersen <nojunk_at_uniserve.com>
Date: 1997/12/26
Message-ID: <34A33688.5AF67C2F@uniserve.com>#1/1

Nix wrote:
...........
> I'll say! My Linux box slowed down drastically after 2.0.29, because the
> buffer caching code was rewritten. Before the change, the buffer cache on my
> 8Mb system was around 200-500Kb; now, it's 2.5Mb or higher. This means that
> with the kernel X running too, I've got less than 800Kb free for other
> processes. It really would be *much* faster if I could set a forced maximum
> size or something; I've looked at the code to try to do that but it's such
> a tangle I hardly know where to start. :(

Try something like this:

echo "128 256 1024" > /proc/sys/vm/freepages

It may not be exactly what you want but it helps. Experiment with the values a little bit and see if it makes a difference. The above was optimal for my system with 48MB of RAM and 48MB of swap partition. I think I saw it explained in some linux* newsgroups in more details, try to find it with Dejanews.

As far as I understood, the buffer caching algorithm rewrite you mentioned didn't really make Linux slower: its defaults only made the performance curve flatter which is good.

-- 
     Vlad Petersen       |     <vladimip at uniserve dot com>
 #include <disclaimer.h> |   *Good pings come in small packets*
     Vancouver, BC       |    Windows: for IQs smaller than 95
      SIGSIG -- signature too long (core dumped)
Received on Fri Dec 26 1997 - 00:00:00 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US