If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > DB2 > DB2 Performance problem

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 12-02-04, 15:08
db2man db2man is offline
Registered User
 
Join Date: Oct 2004
Posts: 28
DB2 Performance problem

Hi all,

I am in need as some urgent assistance regarding the performance of our system.
We are running db2 8.1 with Fixpak 5 and AIX 5.2 (ML02). We are experiencing heavy memory paging on our system and obviously points to a memory bottleneck, what I would like to know is if there are some db2 parameters that we could maybe reduce to give the OS some memory. Our buffer, catalog cache and package cache are currently sitting at 90% plus hitratio.
Can anybody suggest on what we can do in the meantime until we do decide to upgrade the memory on the server.

Thanks to all for the help
Reply With Quote
  #2 (permalink)  
Old 12-02-04, 16:34
dbamota dbamota is offline
Registered User
 
Join Date: Sep 2003
Posts: 237
db2mtrk -i -d -v -p -w command will give you the current memory allocation; add that up; If you are not using any other Application on the system you can dedicate some 50% of memory to database; some 20 % to 30% for filesystem cache; usually the default on AIX is minperm 20 maxperm 80 which is a NO NO ; suggest executing as root
vmo -po maxclient%=15 -o maxperm%=20 -o minperm%=2 -o minfree=128 maxfree=3060 ; you can adjust this later
__________________
mota
Reply With Quote
  #3 (permalink)  
Old 12-17-04, 07:09
vivek12345 vivek12345 is offline
Registered User
 
Join Date: Oct 2004
Posts: 13
Hello db2man did u get any solution to your problem ? let me know incase you have anything with you as even i am facing the same kind of problem.

Thanks
Vivek
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On