473,402 Members | 2,064 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,402 software developers and data experts.

All about memory

Hi,
I am on db2 (64 bit) v8.1.1.112 FixPak "12" 0n AIX. Is there any
limitation for bufferpool size. what should be the RAM size and for a
given RAM size how much we can allocate to bufferpools if it is a
dedicated server.
Anybody knows a good book or some good link for memory management on
64 bit.
In need, Please help

Little help might be a lot to me
Thanks
Sandy
Oct 15 '08 #1
5 1958
"sa**********@gmail.com" <sa**********@gmail.comwrites:
Hi,
I am on db2 (64 bit) v8.1.1.112 FixPak "12" 0n AIX. Is there any
limitation for bufferpool size. what should be the RAM size and for a
given RAM size how much we can allocate to bufferpools if it is a
dedicated server.
Anybody knows a good book or some good link for memory management on
64 bit.
In need, Please help
I'm not aware of any commercially available boxes that can have more
than 4 TB of RAM in them, so don't plan on having a buffer pool bigger
than that :-)

More seriously, I'd have to look, but I think my largest bufferpool
that I'm currently running is around 48GB in an 100GB (+/- a bit) LPAR
on a Power5 machine.

The reason I have it set "so low" is for fall-over. My nodes are
over-provisioned so that if I lose a node, I can fall the DB2 instance
over to one of the other (hopefully, still running <smile>) nodes, and
they'll both "fit" at the same time.

I haven't gotten froggy enough to do any "on the fly" reconfiguration
operations at the time of a fail-over, which leaves me in the "Bog,
thats a lot of RAM sitting there doing nothing practically all the
time" state.

--
#include <disclaimer.std /* I don't speak for IBM ... */
/* Heck, I don't even speak for myself */
/* Don't believe me ? Ask my wife :-) */
Richard D. Latham la*****@us.ibm.com
Oct 15 '08 #2
Hi Richard,

Thanks for reply... let me more clear about the specifications. for a
db of around 250 gb, what size of RAM should be suffice for a 64 bit
db2. By RAM size, I mean the lower limit on which application will not
face any problem because of it.

--some doc / book which you can recommend me for memory management
in DB2 (preferable for 64 bit)

Thanks in Advance
Sandy
Oct 15 '08 #3
"sa**********@gmail.com" <sa**********@gmail.comwrites:
Hi Richard,

Thanks for reply... let me more clear about the
specifications. for a db of around 250 gb, what size of RAM should
be suffice for a 64 bit db2. By RAM size, I mean the lower limit
on which application will not face any problem because of it.

--some doc / book which you can recommend me for memory
management in DB2 (preferable for 64 bit)
Sandeep, it all depends on what workload you are running. That will
determine the sizing for the solution you need to build (including
your server, # cpus, memory, and disk/storage configuration). These
all go hand in hand, and need to be balanced with each other.

Let's say you size to build your solution with a 4-way Intel based
server. I'd start with a 4GB / core configuration, meaning 16GB for
this server. This should take care of a pretty hefty workload for
either an OLTP or data warehousing environment.

HTH,
--
Haider
Oct 16 '08 #4
"sa**********@gmail.com" <sa**********@gmail.comwrites:
Hi Richard,

Thanks for reply... let me more clear about the specifications. for a
db of around 250 gb, what size of RAM should be suffice for a 64 bit
db2. By RAM size, I mean the lower limit on which application will not
face any problem because of it.

--some doc / book which you can recommend me for memory management
in DB2 (preferable for 64 bit)

Thanks in Advance
Sandy
Without knowing quite a bit about the application workload, no one can
really give you anything other than platitudes.

There's a ton of free stuff available at www.redbooks.ibm.com.

I'd give you a URL ... but the site seems to be casters up right now.

--
#include <disclaimer.std /* I don't speak for IBM ... */
/* Heck, I don't even speak for myself */
/* Don't believe me ? Ask my wife :-) */
Richard D. Latham la*****@us.ibm.com
Oct 17 '08 #5
Hi Richard,
Thanks for advice. Please send me a URL whenever u got time. Waiting
for it.

Thanks again to all
Sandy
Oct 17 '08 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Andreas Suurkuusk | last post by:
Hi, I just noticed your post in the "C# memory problem: no end for our problem?" thread. In the post you implied that I do not how the garbage collector works and that I mislead people. Since...
4
by: Frank Esser | last post by:
I am using SQL 8 Personal edition with sp2 applied. I set the max server memory to 32MB and leave the min server memory at 0. When my application starts hitting the database hard the memory usage...
4
by: Franklin Lee | last post by:
Hi All, I use new to allocate some memory,even I doesn't use delete to release them. When my Application exit, OS will release them. Am I right? If I'm right, how about Thread especally on...
9
by: Mike P | last post by:
I know everything about reference counting and making sure you don't have large objects lying around. I have also profiled my app with multiple tools. I know about the fact GC collects memory but...
22
by: xixi | last post by:
hi, we are using db2 udb v8.1 for windows, i have changed the buffer pool size to accommadate better performance, say size 200000, if i have multiple connection to the same database from...
14
by: Alessandro Monopoli | last post by:
Hi all, I'm searching a PORTABLE way to get the available and total physical memory. Something like "getTotalMemory" and it returns the memory installed on my PC in bytes, and...
1
by: Nick Craig-Wood | last post by:
I've been dumping a database in a python code format (for use with Python on S60 mobile phone actually) and I've noticed that it uses absolutely tons of memory as compared to how much the data...
5
by: kumarmdb2 | last post by:
Hi guys, For last few days we are getting out of private memory error. We have a development environment. We tried to figure out the problem but we believe that it might be related to the OS...
1
by: Jean-Paul Calderone | last post by:
On Tue, 22 Apr 2008 14:54:37 -0700 (PDT), yzghan@gmail.com wrote: The test doesn't demonstrate any leaks. It does demonstrate that memory usage can remain at or near peak memory usage even after...
5
by: cham | last post by:
Hi, I am working on c++ in a linux system ( Fedora core 4 ), kernel version - 2.6.11-1.1369_FC4 gcc version - 4.0.0 20050519 ( Red Hat 4.0.0-8 ) In my code i am creating a vector to store...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.