473,786 Members | 2,765 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Memory limits for DB2 V8 on LINUX

Is anybody out there pushing the memory limits ( for shared memory )
with DB2 version 8 on LINUX. The Advanced Admin IBM Press Book
claims that kernel 2.4 can only grab 1.75 GB. We have just gotten
RedHat Enterprise Linux AS release 3 ( kernel 2.4.21-9.0.1.ELcustom)
and just by trying sizes, it looks like it can address an eyelash
smaller than 4 GB. I don't know if I should trust it for production
use. Does anybody have experience with that? I just don't trust it
yet.

Matt
Nov 12 '05 #1
4 2036
With SuSE SLES 8 service pack 2 and DB2 v8.1 FixPak 2 or later, extra
memory can be used for bufferpools for a maximum of about 2.2GB.

If you want to use more memory, buy a 64-bit AMD or Intel chip - DB2
Linux supports 64-bit memory addressabiltiy on both of those platforms.

Matthew Dauphinee wrote:
Is anybody out there pushing the memory limits ( for shared memory )
with DB2 version 8 on LINUX. The Advanced Admin IBM Press Book
claims that kernel 2.4 can only grab 1.75 GB. We have just gotten
RedHat Enterprise Linux AS release 3 ( kernel 2.4.21-9.0.1.ELcustom)
and just by trying sizes, it looks like it can address an eyelash
smaller than 4 GB. I don't know if I should trust it for production
use. Does anybody have experience with that? I just don't trust it
yet.

Matt


Nov 12 '05 #2
Blair,

That makes complete sense to me, but our management isn't very
interested in 64 bit computing yet. Painful.

Well if anyone else is seeing upwards of 3.5GB bufferpools on 32 bit
Intel machines running LINUX, I'd like to hear about it.

Matt
Blair Adamache <ba*******@nosp amtodaysiryahoo .com> wrote in message news:<40******* ********@nospam todaysiryahoo.c om>...
With SuSE SLES 8 service pack 2 and DB2 v8.1 FixPak 2 or later, extra
memory can be used for bufferpools for a maximum of about 2.2GB.

If you want to use more memory, buy a 64-bit AMD or Intel chip - DB2
Linux supports 64-bit memory addressabiltiy on both of those platforms.

Matthew Dauphinee wrote:
Is anybody out there pushing the memory limits ( for shared memory )
with DB2 version 8 on LINUX. The Advanced Admin IBM Press Book
claims that kernel 2.4 can only grab 1.75 GB. We have just gotten
RedHat Enterprise Linux AS release 3 ( kernel 2.4.21-9.0.1.ELcustom)
and just by trying sizes, it looks like it can address an eyelash
smaller than 4 GB. I don't know if I should trust it for production
use. Does anybody have experience with that? I just don't trust it
yet.

Matt

Nov 12 '05 #3

"Matthew Dauphinee" <md********@per formics.com> wrote in message
news:41******** *************** ***@posting.goo gle.com...
Blair,

That makes complete sense to me, but our management isn't very
interested in 64 bit computing yet. Painful.

Well if anyone else is seeing upwards of 3.5GB bufferpools on 32 bit
Intel machines running LINUX, I'd like to hear about it.

Matt


We run DB2 on Red Hat AS 2.1. The maximum buffer pool size per instance is
slightly less than 2G. That's sufficient for most databases. You can always
configure extended storage, if you need more.

I have not used AS 3.0. Maybe the limit has been increased in this release.
Nov 12 '05 #4
Bob Jones wrote:
"Matthew Dauphinee" <md********@per formics.com> wrote in message
news:41******** *************** ***@posting.goo gle.com...
Blair,

That makes complete sense to me, but our management isn't very
interested in 64 bit computing yet. Painful.

Well if anyone else is seeing upwards of 3.5GB bufferpools on 32 bit
Intel machines running LINUX, I'd like to hear about it.

Matt

We run DB2 on Red Hat AS 2.1. The maximum buffer pool size per instance is
slightly less than 2G. That's sufficient for most databases. You can always
configure extended storage, if you need more.

I have not used AS 3.0. Maybe the limit has been increased in this release.

I have ES 3.0, but do not have DB2 installed (I have only DB2 V6.1, and
I know I will have real dependency problems with it were I to try). When
I read Red Hat stuff, I infer that each process should be able to access
3.7 to 3.8 GBytes provided you have enough real memory and a chipset
(e.g., Intel E7501) to support it.

https://www.redhat.com/apps/WebForm/...paperfinal.pdf

implies it, but this link may require registration to see it.

--
.~. Jean-David Beyer Registered Linux User 85642.
/V\ Registered Machine 241939.
/( )\ Shrewsbury, New Jersey http://counter.li.org
^^-^^ 22:30:00 up 6 days, 18:45, 2 users, load average: 4.10, 4.06, 4.01

Nov 12 '05 #5

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

Similar topics

25
2713
by: Maurice LING | last post by:
Hi, I think I've hit a system limit in python when I try to construct a list of 200,000 elements. My error is malloc: vm_allocate (size = 2400256) failed...... Just wondering is this specific to my system or what? Will adding more RAM helps in this case?
4
3679
by: Yoyoma | last post by:
Hello, I have a client running db2 udb 7.2 workgroup , FP10a on a Windows 200 server with 4GB of memory. The database is 25GB big, but from that maybe 50% is current data. My issue is that we are noticing that DB2 is only using about 100-150mb of RAM on the server. This is a productrion machine with 50-75 of transactions a minute on the database. Now flaming me about using W2k as the OS, we have running similar testes on SUSE 9 with...
19
26759
by: Jerry | last post by:
I am wondering what is the maximum size of memory that malloc() could handle. Is there any limitation on that? Where am I supposed to get this kind of information? Thank you everybody.
7
1859
by: Dan Nilsen | last post by:
Hi! I'm writing a small piece of software that basically runs on an embedded system with a Power-PC cpu. This runs on a stripped down version of Linux - Busybox. As I'm writing a piece of code that basically acts as a server and that will be running for weeks or months and probably even longer, memory management is a topic that is quite crucial.
16
2333
by: Pedro Graca | last post by:
I have a file with different ways to write numbers ---- 8< (cut) -------- 0: zero, zilch,, nada, ,,,, empty , void, oh 1: one 7: seven 2: two, too ---- >8 -------------- I wanted to read that file and put it into dynamic memory, like
18
2636
by: MajorSetback | last post by:
I am using the Redhat version of Linux and GNU C++. It is not clear to me whether this is a Linux issue or a C++ issue. I do not have this problem running the same program on Windows but tweaking the C++ code appears to fix the problem on Linux. I have a static array that is declared privately in one class and a structure that is declared publicly in another class. The program uses both classes. I was getting core dumps and traced...
7
5111
by: david wolf | last post by:
I have a problem that is used to test memory leak as follows, however, after each run of the program, if I am using the command "free" on the linux box, I did not see any difference about the usable memory. My questions are: 1) How to find out exact free memory that my program can use? 2) Use which command to do this (top, or free) 3) why it does not show memory leak in my case (I am using the linux command free) ...
8
3175
by: Nehil | last post by:
When a process is started three segments are created : 1) Text. 2) Stack. 3) Data. The size of First two is fixed and their upperlimit is fixed by the compiler. (Plz correct if i'm wrong) Now The Data Segment : at the start it's size is small but as the process goes on and requires Dynamic Memory allocation, its size increases.
2
4754
by: Gary Robinson | last post by:
I'm running a Python job on OS X 10.5.3 and the Python 2.5.2 that's available as a binary download at python.org for OS X. I ran a python program tonight that ended up using much more memory than anticipated. It just kept on using more and more memory. Instead of killing it, I just watched it, using Activity Monitor. I assumed that when it had 2GB allocated it would blow up, because I thought 32-bit python could only address 2GB. But...
0
9647
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9496
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10363
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
10110
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8989
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7512
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5534
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4066
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2894
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.