![]() | |
![]() |
| | Thread Tools | Display Modes |
#11
| |||
| |||
|
|
"Frederik Engelen" <engelenfrede... (AT) gmail (DOT) com> wrote in message news:f8bd330b-0193-45a8-8c84-bb53242e9b38 (AT) v31g2000vbs (DOT) googlegroups.com... Ever tried to play around with the "swappiness" kernel parameter? I don't know the numbers you're having, but in this case I wouldn't bother, unless there's constant swapping occurring. If this 1600K was never really used, why not put it on disk and use the memory (the whole 1.6M!) for something more useful. No-one ever complains about DB2 removing inactive pages from memory... -- Frederik Engelen Already made these changes long ago (not documented in DB2 manuals, but found it in some DB2 Redbooks): swappiness: 0 dirty_ratio: 10 dirty_background_ratio: 5 I don't understand your comment about putting it on disk. |
#12
| |||
| |||
|
|
On 5 mrt, 14:06, "Mark A" <no... (AT) nowhere (DOT) com> wrote: "Frederik Engelen" <engelenfrede... (AT) gmail (DOT) com> wrote in message news:f8bd330b-0193-45a8-8c84-bb53242e9b38 (AT) v31g2000vbs (DOT) googlegroups.com.... Ever tried to play around with the "swappiness" kernel parameter? I don't know the numbers you're having, but in this case I wouldn't bother, unless there's constant swapping occurring. If this 1600K was never really used, why not put it on disk and use the memory (the whole 1.6M!) for something more useful. No-one ever complains about DB2 removing inactive pages from memory... -- Frederik Engelen Already made these changes long ago (not documented in DB2 manuals, but found it in some DB2 Redbooks): swappiness: 0 dirty_ratio: 10 dirty_background_ratio: 5 I don't understand your comment about putting it on disk. I don't know how the Linux swapping algorithm works, but I meant to say that putting something on disk is not necessarily a bad thing. The swapping itself can cause performance problems, but having something statically in swap does not. It even clears up space that can be used for something more useful. In that regard, as long as there's no (excessive) swapping occurring, I wouldn't bother about Linux using some swap space, it could be perfectly rational. You could even compare it to DB2 flushing dirty pages. But then again, I'm no Linux expert. I'll check my own systems on Monday. -- Frederik Engelen |
![]() |
| Thread Tools | |
| Display Modes | |
| |