Sponsored Content
Full Discussion: 11.31 System Memory too high
Operating Systems HP-UX 11.31 System Memory too high Post 302357288 by Shazin on Tuesday 29th of September 2009 09:52:40 AM
Old 09-29-2009
Hi,

First of all there is no memory in Unix. Please refer to it as space.

1) For checking the disk space first give the df -kh command and look for the file system that is occupying max space.

2) Give du -k file system with max space consumption to check for which file or folder is occupying max space.

Cheers
 

10 More Discussions You Might Find Interesting

1. Solaris

Sendmail is eating high memory

Hi, I have installed sendmail on my solaris server. But sendmail its up high memory. its eat upto around 9-10 GB memory. What to do in this ? Thanks NeeleshG (6 Replies)
Discussion started by: neel.gurjar
6 Replies

2. AIX

High memory usage in AIX 5.1

Hi, We have AIX 5.1 machine of RAM 8 GB and paging space is 8GB. we are getting high memory usage of almost 99%.Can anybody please help in this ? Partial vmstat o/p kthr memory ----- ----------- r b avm fre 2 1 278727 1143 There is no paging issue.Becoz in... (5 Replies)
Discussion started by: jayakumarrt
5 Replies

3. UNIX for Dummies Questions & Answers

High use of cache memory

Hi, I'm running a debian lenny 1GB ram, but with a high I/O. This server has 400IOPS and 3MB/s sustain. So, I noted cached memory use 800MB, buffered memory use 50MB, and no free memory is available. Questions: What does mean such a high cached memory? Who's using this cached memory? Is... (3 Replies)
Discussion started by: iga3725
3 Replies

4. UNIX for Advanced & Expert Users

Memory usage shown is high

Hello all, I am facing a memory related issue on my linux that is CentOS 4.0. What I see as an output of top command, free command is that memory usage is almost 90% which is quite high without much load on the system. This is continuously showing 90% or so of memory usage with top or free... (2 Replies)
Discussion started by: radiatejava
2 Replies

5. AIX

AIX memory usage always high

hi, I want to ask , my AIX 6.1 is always used about 97% memory. Is this normal ? or any command can free up memory like Linux ? thanks. (1 Reply)
Discussion started by: virusxx
1 Replies

6. Emergency UNIX and Linux Support

High CPU+Memory comsumption

Hi All, I have Solaris-9, Sun Fire V1280 with uptime of 501 Days. My Big brother monitoring showing me 90% + memory utilization on this box. Since this is production box, I can not reboot it. Is there way to know, what is consuming so much ? It is affecting my other environment on the box.... (16 Replies)
Discussion started by: solaris_1977
16 Replies

7. Shell Programming and Scripting

what would a script include to find CPU's %system time high and user time high?

Hi , I am trying to :wall: my head while scripting ..I am really new to this stuff , never did it before :( . how to find cpu's system high time and user time high in a script?? thanks , help would be appreciated ! :) (9 Replies)
Discussion started by: sushwey
9 Replies

8. Solaris

[DOUBT] Memory high in idle process on Solaris 10 (Memory Utilization > 90%)

Hi Experts, Our servers running Solaris 10 with SAP Application. The memory utilization always >90%, but the process on SAP is too less even nothing. Why memory utilization on solaris always looks high? I have statement about memory on solaris, is this true: Memory in solaris is used for... (4 Replies)
Discussion started by: edydsuranta
4 Replies

9. Solaris

High Memory Utilization

Hello Guys, I have one Solaris server with high memory utilization >90%. As per checking, below is the output for memory usage. bash-3.00# ps -efo pmem,uid,pid,ppid,pcpu,comm | sort -r %MEM UID PID PPID %CPU COMMAND 1.7 29496 20668 1 0.0 /opt/app/iw-home/tools/java/bin/java 1.5... (1 Reply)
Discussion started by: myrpthidesis
1 Replies

10. HP-UX

HP-UX server showing high memory utilization

Hi All, I am using HP-UX 11i v1(B11.11) servers for my work and its memory (RAM) utilization is consistenly 80% for the last one year. Though I am not facing any issues with this high memory utilization I just want to know the below queries: 1) Is it the default behavior of HP-UX systems? 2)... (20 Replies)
Discussion started by: ssk250
20 Replies
numa_policy(5)							File Formats Manual						    numa_policy(5)

NAME
numa_policy - physical memory allocation policy on cellular HP-UX servers VALUES
Default Allowed values Integer values or DESCRIPTION
HP-UX treats large servers as if they are built from componment blocks. Each component block is referred to as a locality and can contain memory, CPUs and peripherals. HP-UX constructs these component blocks in such a way as to optimize resource alignment. If a machine has only one locality, it is considered to be an UMA (Unform Memory Architecture) machine. UMA is also a synonym for Symmet- ric Multiprocessor (SMP). Large servers use Non-Uniform Memory Access (NUMA) protocols. An application thread can experience variable memory latency depending on whether it is accessing memory from the same locality upon which it is executing or from a different locality. HP-UX implements a number of memory allocation features to optimize performance. Users can divide the memory on the system into two classes of memory: Interleaved and Cell-local. Interleaved memory delivers uniform latency. It makes multiple localities look like a single bank of uniform memory, delivering the same average latency for all applications across all CPUs. This is very useful in spreading the memory load across all the localities. Cell-local memory delivers low latency (high performance) to a process running in the same cell as the memory it accesses. Conversely, references from a remote cell will have a much higher latency. Users can configure cell-local memory using the HP-UX command or The dynamic kernel tunable allows users to define how interleaved and cell-local memory are utilized. There are five possible values for this tunable: This is the default value. HP-UX will autosense the right policy based on the mode in which HP-UX is operating. See for more details on mode. This is the default policy in LORA mode. This policy directs HP-UX to use memory from the locality closest to the allocating CPU for user memory allocations. It will select the locality by first honoring any locality policies specified in or If no locality policies are specified, then all memory is allocated from the locality closest to the allocating CPU. See mpsched(1) for more information. This policy directs HP-UX to override any locality policies supplied via or and allocate all memory from the interleaved. Cell-local memory is allocated when there is insufficient interleaved mem- ory. This policy is like setting to except that all text and library data segments are allocated from the interleaved domain. This setting is useful for servers running highly threaded applications. This setting has a similar effect to the command's +id option (this option is only available on Integrity systems), but on a system wide basis. This is the default policy in SMP mode. In a machine configured with a mix of cell-local memory and interleaved memory, HP-UX makes intelligent decisions on how to use the memory by distinguishing between private memory and shared memory. For example, Memory allocated to private objects (stack, heap, private files, and so on) is likely to come from cell-local memory. Memory allocated to shared objects (shared files, System V shared memory) is allocated from interleaved memory unless the user specifies otherwise using for files or uses one of the memory options in Restrictions on Changing Changes to this tunable take effect on memory allocated subsequent to the change. Any memory created before the change will not be affected. When Should the Value of This Tunable Be Changed to 1? should be set to 1 only if all performance-sensitive applications on the system have a high degree of locality of access. That is, if the majority of references to shared memory are from processes running on the same cell where the memory has been allocated, then setting will have a positive effect on performance. Changing the value to 1 should be done after sufficient memory has been designated as cell-local using and the machine has been rebooted. When Should the Value of This Tunable Be Changed to 2? can be set to 2 if the workload has a low degree of locality to a cell and it is not possible to change the source code. Changing the value to 2 should be done after sufficient memory has been designated as interleaved using and the machine has been rebooted. Setting the tunable to 2 only makes sense in a mixed environment in which some applications can benefit from cell-local memory, and others cannot. When Should the Value of This Tunable Be Changed to 3? can be set to 3 if the all the performance-sensitive applications on the system have a high degree of locality of access and if the work- load is threaded. Changing the value to 3 should be done after sufficient memory has been designated as cell-local using and the machine has been rebooted. 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
chatr_ia(1), mpsched(1), parmodify(1M), fadvise(2), shmget(2). Tunable Kernel Parameters numa_policy(5)
All times are GMT -4. The time now is 02:11 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy