Search the web
Sign In
New User? Sign Up
psftdba · PeopleSoft DBA Forum
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
High memory/Swap utilization PSAPPSRV processes   Message List  
Reply | Forward Message #3544 of 3932 |
Re: PeopleSoft DBA Forum Re: High memory/Swap utilization PSAPPSRV processes

I know. Its linux platform and as the feature of this platform it does not release the memory rather REUSE the same. the below output has been on the basis of SWAP utilization. The command I use is as under:
 
ps aux | head -1 ; ps aux |sort -nr -k 5 |head -20
 



From: James Blanding <stoneandkobi@...>
To: psftdba@yahoogroups.com
Sent: Wednesday, January 14, 2009 10:24:52 PM
Subject: PeopleSoft DBA Forum Re: High memory/Swap utilization PSAPPSRV processes


What platform are you running on? The memory numbers reported by 'ps'
don't really provide a good picture of the real memory usage of a
process. This is especially true on Linux, since modern versions of
the kernel allow memory to be overcommitted by default.

--James

--- In psftdba@yahoogroups .com, SuRaj Sharma <suraj_sharma1981@ ...> wrote:
>
> Hi,
>
> We are experiencing  high memory and swap utilization on our middle
tiers. When I searched for top 20 processes consuming high Swap from
OS level all processes I found were something like this:
>
> USER       PID %CPU %MEM   VSZ  RSS TTY      STAT START   TIME COMMAND
> pspabcdv 23240  0.0  1.6 1527900 266572 ?    Sl    2008   1:35
PSAPPSRV -C dom=PPABCV12_ 253088 -g 99 -i 7 -u aupodabcd14 -U
/pabcdiv/psoft/ pt849/epm90/ appserv/PABCDIV1 2/LOGS/TUXLOG -m 0
-s@../psappsrv. lst-s@/psqcksrv. lst-sICQuery -sSqlQuery:SqlReque st --
-C psappsrv.cfg -D PABCDIV12 -S PSAPPSRV
>
>  
> When I drilled down further into this from the database level I fond
that all these processes are INACTIVE at the database level and logged
in since very long. The output from v$session view was something like
this:
>  
>        SID    SERIAL# STATUS   login Since          LAST_CALL_ET MACHINE
> ---------- ---------- -------- ------------ -------- ------------
------------ --------
>       1648      13558 INACTIVE 22-dec-2008 01:19 AM        21796
aupoduabcd14
>       1662       9004 INACTIVE 02-jan-2009 02:27 PM        36548
aupodabcd14
>       1666      40727 INACTIVE 05-jan-2009 07:33 AM       111971
aupodabcd14
>       1676      34961 INACTIVE 05-jan-2009 07:40 AM       468687
aupoduabcd14
>  
> Please let me know how to sort this issue out.
>  
>  
> Thanks & Regards,
>




Wed Jan 14, 2009 5:37 pm

suraj_sharma...
Online Now Online Now
Send Email Send Email

Forward
Message #3544 of 3932 |
Expand Messages Author Sort by Date

Hi, We are experiencing high memory and swap utilization on our middle tiers. When I searched for top 20 processes consuming high Swap from OS level all...
SuRaj Sharma
suraj_sharma...
Online Now Send Email
Jan 14, 2009
12:26 pm

What platform are you running on? The memory numbers reported by 'ps' don't really provide a good picture of the real memory usage of a process. This is...
James Blanding
stoneandkobi
Offline Send Email
Jan 14, 2009
4:54 pm

I know. Its linux platform and as the feature of this platform it does not release the memory rather REUSE the same. the below output has been on the...
SuRaj Sharma
suraj_sharma...
Online Now Send Email
Jan 14, 2009
5:49 pm

If you are paging memory to disk then you need to reduce memory consumption. PSAPPSRV is the main application server process. How many are you running? How...
David Kurtz
davidkurtz
Offline Send Email
Jan 14, 2009
6:19 pm

Thanks a lot David for your reply. The recycle count in set to its default value (5000) for all psappsrv.cfg file of all four domains (PABCDV11, PABCDV12,...
SuRaj Sharma
suraj_sharma...
Online Now Send Email
Jan 17, 2009
10:28 am

I am going to assume that all these processes are PSAPPSRVs. It would be helpful to see a snapshot from top. I will aslo assume the database is somewhere else...
David Kurtz
davidkurtz
Offline Send Email
Jan 17, 2009
10:46 am

All these processes are connected to Database and are in INACTIVE state (found while checking from the DB side) I am recommending to reduce PSAPPSRVs also the...
SuRaj Sharma
suraj_sharma...
Online Now Send Email
Jan 19, 2009
7:12 am

The PIA has an inactivity timeout. The default is 20 minutes, and you should resist the temptation to increase it. User sessions consume memory within the...
David Kurtz
davidkurtz
Offline Send Email
Jan 19, 2009
11:16 am

Hi   we have a weblogic 9.2 cluster configuration where in there are 9 PIA's and a Reverse proxy server all on the same physical server (For some reason...
sony babu
sonypb2002
Offline Send Email
Jan 26, 2009
11:04 am

Hi, We've had a similar issue some time ago in different configuration CRM 8.8 SP1 / PT 8.47 / Weblogic 8.1 SP5 / Apache 1.3.26 (as RPS). The problem was...
babaliviu
Offline Send Email
Jan 27, 2009
11:38 am

1. Correct 2. Correct, because MIN=MAX If MIN < MAX then spawning would be enabled. For now, I would suggest not introducing spawning, then you can measure...
David Kurtz
davidkurtz
Offline Send Email
Jan 21, 2009
4:47 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help