Sponsored Content
Operating Systems AIX Lots of page faults and free memory Post 302380860 by zaxxon on Wednesday 16th of December 2009 11:32:20 AM
Old 12-16-2009
Nah, didn't mean that. Just thought in case you tell your admins about what "to do", that they might be a bit of abused/insulted. I did not mean that you sound rude to us! Smilie
 

10 More Discussions You Might Find Interesting

1. HP-UX

Copy on Write page faults

Hello Please can you tell me how to access COPY ON WRITE page faults in HP -UNIX. I found the structure in /usr/include/sys/vmmeter with the structure name vmmeter. Please tell me the function to fill the values to this structure and also the arguments for function.:: (5 Replies)
Discussion started by: manjunath
5 Replies

2. HP-UX

Intransient blocking page faults

Hi, Will anybody tell me what is this 'intransient blocking page faults' in HP-UX, it is in the structure _pst_vminfo in the header file /ust/include/sys/pstat/vm_pstat_body.h? (4 Replies)
Discussion started by: sushaga
4 Replies

3. UNIX for Advanced & Expert Users

Shared memory shortage but lots of unused memory

I am running HP-UX B.11.11. I'm increasing a parameter for a database engine so that it uses more memory to buffer the disk drive (to speed up performance). I have over 5GB of memory not being used. But when I try to start the DB with the increased buffer parameter I get told. "Not... (1 Reply)
Discussion started by: cjcamaro
1 Replies

4. AIX

High Page Faults

Sorry my poor english In 570 pseries nmon shows excessive page faults, ascents of something more than 30000 Page faults. System: AIX 5.2 ML5 Processor Type: PowerPC_POWER5 Number Of Processors: 2 Processor Clock Speed: 1656 MHz CPU Type: 64-bit Kernel Type: 64-bit Memory Size: 2816 MB ... (1 Reply)
Discussion started by: daviguez
1 Replies

5. Solaris

how to get the more memory free space (see memory free column)

Hi all, Could please let me know how to get the more memory free space (not added the RAM) in local zone. -bash-3.00# vmstat 2 5 kthr memory page disk faults cpu r b w swap free re mf pi po fr de sr s0 s1 s1 s1 in sy cs us sy... (3 Replies)
Discussion started by: murthy76
3 Replies

6. Programming

How to deal with lots of data in memory in order not to run out of memory

Hi, I'm trying to learn how to manage memory when I have to deal with lots of data. Basically I'm indexing a huge file (5GB, but it can be bigger), by creating tables that holds offset <-> startOfSomeData information. Currently I'm mapping the whole file at once (yep!) but of course the... (1 Reply)
Discussion started by: emitrax
1 Replies

7. AIX

Lots of page faults on AIX mySQL lpar

Hi, OS = AIX 5.3 Large number of page faults recently start to occure on AIX 5.3 lpar with mysql database installed. I need help in setting AIX OS parameter to solve the paging problem and some guidance on interpreting my stats t Code: # vmstat... (5 Replies)
Discussion started by: crosys
5 Replies

8. AIX

AIX 7.1 high page faults

hi guys i hope you can help me with this situation. i have 2 lpar with aix 7.1 and oracle 11gr2 in grid mode. when i start nmon to check the current system health i notice that page fault are over 3000/s. than i have opened a case with ibm and they say that the problem is not paging nor... (10 Replies)
Discussion started by: gullio23
10 Replies

9. Solaris

Page faults on OS

Hi guys, I have a zone on a M5000 server running solaris 10. The zone has an SAP application running on it and facing some performance issues. As part of the troubleshooting, I've been recommended to look for any paging on the OS. Please advise how to look for the paging. I've been looking at... (4 Replies)
Discussion started by: frum
4 Replies

10. AIX

High Paging when lots of free memory AIX 5.3

I am new to AIX, I have few AIX 5.3 servers and I could see there are significant difference in paging space utilization on servers even though they are running same applications below server is working fine which shows 2-5 % paging usage throuh out the day cpu_scale_memp = 8... (12 Replies)
Discussion started by: bibish
12 Replies
pagezero_daemon_enabled(5)					File Formats Manual					pagezero_daemon_enabled(5)

NAME
pagezero_daemon_enabled - zeroing of free memory in the background is enabled VALUES
Default Allowed values Minimum: Maximum: DESCRIPTION
HP-UX provides improved security by zeroing out any memory that is being assigned to user space. This ensures that no user can read what may have been written by some other user. Normally, the zeroing is done when the physical page is allocated to the user -- often when the application touches the page for the first time. Some system calls like also result in the zeroing of pages. The time taken for these kind of system calls and accesses depends upon the size of the memory being zeroed out. A 4G page may easily take many seconds to be allo- cated. A large database shared memory segment may take many minutes to be allocated. Allocation of a small page is generally unobserv- able. The daemon is a performance enhancement that reduces the elapsed time for completing kernel operations like page faults, and so on. The idea is to zero out large free pages (4MB and above in size) during times when the CPU is idle. The daemon has been specially designed to ensure that it only executes for brief times when the CPU is idle. However, under certain conditions, where some resource (CPU, TLB or Memory bandwidth) is very highly utilized, it is possible that the operation of the daemon adversely impacts performance. For example, if the application is limited by the memory bandwidth, then it may be better to disable the daemon. This situation is expected to be rare. Most workloads will not need to disable the daemon. This tunable allows system administrators to disable and enable the daemon. Once the daemon has been disabled, it will not zero out any more pages. Any pages already in the process of being zeroed will be zeroed out. When the daemon is enabled, it will zero out any unze- roed free pages of size 4MB and more. Who is Expected to Change This Tunable? Anyone. Restrictions on Changing Changes to this tunable take effect immediately. When Should the Value of This Tunable Be Changed to 0? This tunable should be changed only if the system is using large pages (i.e. is set to 4MB or above). Changing it if the system is not using pages of size 4M and above will have no effect. It may be changed to 0 if the system is bottle-necked on some hardware resource. In particular, disabling the daemon may help in decreasing TLB misses and increasing the available CPU time and reducing memory latencies. What Are the Side Effects of changing the value to 0? Disabling the daemon will increase the time it takes to process page faults and to complete system calls that result in the allocation of memory (e.g. 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
vps_ceiling(5). Tunable Kernel Parameters pagezero_daemon_enabled(5)
All times are GMT -4. The time now is 03:15 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy