Sponsored Content
Full Discussion: Excessive Page INs
Operating Systems AIX Excessive Page INs Post 101959 by bakunin on Tuesday 14th of March 2006 02:34:36 PM
Old 03-14-2006
Negm, be aware that there is a fundamental difference between AIX versions prior to 4.3.3 ML10 (aka "AIX 4.4") and after this version. Before 4.3.3 ML10 AIX had an "early swap allocation strategy", that means that as a program got started the page necessary to swap it out was allocated even if it was held in memory. That meant that usage rates of 60% or more weren't that troublesome at all because "swapspace used" was meaning "swapspace marked in use for eventually swapping out something now in memory". Only vmtstat could tell you the real state of the machine.

With AIX 4.3.3 ML10 that changed to a "late swap allocation strategy", like the othere major UNIX vendors employed. Swapspace is now allocated only as it is (really) needed, meaning, when processes are being swapped out of memory.

In short: without knowing which AIX version you are talking of it is simply impossible to find out what is going on on your machine.

bakunin
 

8 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

ins mod error on eth0

hello, I am getting an insmod error on my pcmcia lan card. upon boot, it gives me the insmod error and says that it might be an irq setting or an io setting. because of this error, the eth0 interface is obviously not working. how do i check for irq conflicts or troubleshoot this. thank you. (1 Reply)
Discussion started by: alam
1 Replies

2. UNIX for Advanced & Expert Users

Excessive Paging&Swapping!

Hi all! Working on Oracle v8i/9i on Unix Sun Solaris v8.0. I am experiencing excessive paging & Swapping.Would like to know the cause. I guess:could be due to inappropriate setting of Unix Kernel Parameters... Please correct me if I am wrong! Thanks&Regards, Amit. (5 Replies)
Discussion started by: Amitstora
5 Replies

3. UNIX for Dummies Questions & Answers

excessive IOWAIT

i have a server constantly have high iowait, but i am not able to tell which process generate the most of io. none commands, such as iostat, sar, top will give me this kind of information. hope there is some command can help me to spot the process generate the most of io let to know input... (1 Reply)
Discussion started by: giantpanda77
1 Replies

4. UNIX for Dummies Questions & Answers

Running Built-ins in current shell

Hi, Can any one please describe why I am not able to run any built-in commands in current shell? Thanks. (5 Replies)
Discussion started by: siba.s.nayak
5 Replies

5. AIX

Excessive interrupt disablement time

Has anyone seen this error before? On the IBM website they suggest updating to AIX 6.1.0.0 TL2, but we are already at that level. Any help or suggestions are appreciated! Thanks! />errpt -a --------------------------------------------------------------------------- LABEL: ... (2 Replies)
Discussion started by: troym72
2 Replies

6. Solaris

Sol10 + OpenLDAP = excessive logging & full file system??!!

Hello all, new to this forum (member of many others). Hopefully I can find help here. SERVER: Brand new server Oracle Enterprise SPARC T4-1 Loaded Solaris SPARC 10 u10, patched to 147440-27 Loaded OpenLDAP v2.4.30 Loaded Berkley DB 4.7.25.NC Loaded OpenSSL 1.0.1c Note: All packages are... (2 Replies)
Discussion started by: Wraith_G2IC
2 Replies

7. AIX

Excessive Kernel CPU Usage

Good Morning All, I've been a long time lurker but this if my first time posting. About 6 months ago I started a new job with an AIX box. I had administered many Debian and Red Hat variant systems before, but this was my first AIX. It is an old box (Power4) that runs our ERP. It had been... (2 Replies)
Discussion started by: Jacoby0419
2 Replies

8. HP-UX

FDX303??? SSL Excessive Message Size???

I'm hoping someone has seen this before because I'm trying to use an old custom program to automate uploading bank files. The odd thing is the program works with JP Chase old sFTP site but not on this new one? I appreciate any and all assistance I have about a month to figure this out... ... (3 Replies)
Discussion started by: prophyt
3 Replies
maxdsiz(5)							File Formats Manual							maxdsiz(5)

NAME
maxdsiz, maxdsiz_64bit - maximum size (in bytes) of the data segment for any user process VALUES
Default Allowed values DESCRIPTION
User programs on HP-UX systems are composed of five discrete segments of virtual memory: text (or code), data, stack, shared, and I/O. Each segment occupies an architecturally defined range of the virtual address space that sets the upper limit to their size. However, text, data, and stack segments may have a smaller maximum enforced by the and tunables. This tunable defines the maximum size of the static data storage segment for 32-bit and 64-bit processes. The data storage segment con- tains fixed data storage such as globals, arrays, static variables, local variables in main(), strings, and space allocated using and Who is Expected to Change This Tunable? Anyone. Restrictions on Changing Changes to this tunable take effect only for processes started after the modification. In addition, a process which modifies its for the data segment propagates the modified limit to all child processes, thereby exempting them from any future modification of The value speci- fied is expected to be a multiple of the base page size. See the description of in getconf(1) for more details. If the value specified is not a multiple of the base page size, it will be rounded down to the nearest multiple of the base page size. When Should the Value of This Tunable Be Raised? This tunable should be raised if user processes are receiving the error message: or This may or may not cause a process failure depending on the program code. What Are the Side Effects of Raising the Value? Raising this tunable by definition allows larger data segments for every process. This means that and function as limitations on the amount of swap space that can be reserved or used by each process. Therefore, using more virtual address space does not translate directly into using more physical address space because virtual pages can be swapped out. If swap space on the machine is near capacity, raising this tunable increases the amount of reservable swap per process. This could exhaust the swap space on the system by allowing a process with a memory leak or a malicious program that uses huge amounts of memory to reserve too much swap space. When Should the Value of This Tunable Be Lowered? This tunable should be lowered if swap space is at a premium on the machine and programs that are using too much swap space are affecting the execution of other critical user processes. What Are the Side Effects of Lowering the Value? If swap space on the machine is near capacity, lowering this tunable will limit the amount of swap reserved for each process and will cause the processes that consume large amounts of swap space to receive the error. What Other Tunable Values Should Be Changed at the Same Time? The tunable should be considered because it also limits swap usage by process stack segment. WARNINGS
All HP-UX kernel tunable parameters are release specific. This parameter may be removed or have its meaning changed in future releases of HP-UX. Installation of optional kernel software, from HP or other vendors, may cause changes to tunable parameter values. After installation, some tunable parameters may no longer be at the default or recommended values. For information about the effects of installation on tun- able values, consult the documentation for the kernel software being installed. For information about optional kernel software that was factory installed on your system, see at AUTHOR
was developed by HP. SEE ALSO
getconf(1), getrlimit(2), setrlimit(2), maxtsiz(5), maxssiz(5). Tunable Kernel Parameters maxdsiz(5)
All times are GMT -4. The time now is 07:21 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy