473,770 Members | 2,171 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Linux db2 memory limit

Does anyone have documentation on the limit for database shared memory
on Red Hat AS 2.1? On AIX, I know it's 2 GB minus the segments
allocated for db2 core functionality (so about 1.7), but I need the
numbers for Linux (I've heard that it's only 1 GB). I would also
really love it if anyone knows where this is officially documented so
I can point some of the teams I'm working with to it.

Thanks,

Ember
Nov 12 '05 #1
14 5126
IIRC, it should be 3.75G.

"Ember" <da****@hotmail .com> wrote in message
news:7c******** *************** *@posting.googl e.com...
Does anyone have documentation on the limit for database shared memory
on Red Hat AS 2.1? On AIX, I know it's 2 GB minus the segments
allocated for db2 core functionality (so about 1.7), but I need the
numbers for Linux (I've heard that it's only 1 GB). I would also
really love it if anyone knows where this is officially documented so
I can point some of the teams I'm working with to it.

Thanks,

Ember

Nov 12 '05 #2
>>>>> "Ember" == Ember <da****@hotmail .com> writes:

Ember> Does anyone have documentation on the limit for database shared
Ember> memory on Red Hat AS 2.1? On AIX, I know it's 2 GB minus the segments
Ember> allocated for db2 core functionality (so about 1.7), but I need the
Ember> numbers for Linux (I've heard that it's only 1 GB). I would also
Ember> really love it if anyone knows where this is officially documented so
Ember> I can point some of the teams I'm working with to it.

Memory limit on Linux depends on your kernel; both its version and how it is
compiled. Default kernel has limit on 1GB (and this means that 1GB is not
included on this limit). Then you can configure a kernel with 4GB limit
(excluding I/O devices etc; thus about 3.7GB). I guess you can also use
extended memory kind features on newer kernels.

--
Arto V. Viitanen av@cs.uta.fi
University of Tampere, Department of Computer Sciences
Tampere, Finland http://www.cs.uta.fi/~av/
Nov 12 '05 #3
DB2 does support 64-bit addressability on Linux.

If you have 32-bit chips, the limit is about 2.2 GB with
SuSE SLES 8 service pack 2 and DB2 v8.1 FixPak 2 or later.

Ember wrote:
Does anyone have documentation on the limit for database shared memory
on Red Hat AS 2.1? On AIX, I know it's 2 GB minus the segments
allocated for db2 core functionality (so about 1.7), but I need the
numbers for Linux (I've heard that it's only 1 GB). I would also
really love it if anyone knows where this is officially documented so
I can point some of the teams I'm working with to it.

Thanks,

Ember


Nov 12 '05 #4
So does this mean that I will be able to create 16 GB or 32 GB
bufferpools on a 64-bit linux system? If so it would be great because
we could run our database completely in memory.

John Wheeler

Blair Adamache wrote:
DB2 does support 64-bit addressability on Linux.

If you have 32-bit chips, the limit is about 2.2 GB with
SuSE SLES 8 service pack 2 and DB2 v8.1 FixPak 2 or later.

Ember wrote:
Does anyone have documentation on the limit for database shared memory
on Red Hat AS 2.1? On AIX, I know it's 2 GB minus the segments
allocated for db2 core functionality (so about 1.7), but I need the
numbers for Linux (I've heard that it's only 1 GB). I would also
really love it if anyone knows where this is officially documented so
I can point some of the teams I'm working with to it.

Thanks,

Ember



Nov 12 '05 #5
Yes.

John Wheeler wrote:
So does this mean that I will be able to create 16 GB or 32 GB
bufferpools on a 64-bit linux system? If so it would be great because
we could run our database completely in memory.

John Wheeler

Blair Adamache wrote:
DB2 does support 64-bit addressability on Linux.

If you have 32-bit chips, the limit is about 2.2 GB with
SuSE SLES 8 service pack 2 and DB2 v8.1 FixPak 2 or later.

Ember wrote:
Does anyone have documentation on the limit for database shared memory
on Red Hat AS 2.1? On AIX, I know it's 2 GB minus the segments
allocated for db2 core functionality (so about 1.7), but I need the
numbers for Linux (I've heard that it's only 1 GB). I would also
really love it if anyone knows where this is officially documented so
I can point some of the teams I'm working with to it.

Thanks,

Ember



Nov 12 '05 #6
Yes, you should be able to define larger bufferpools on 64-bit
linux. See our AMD64 based TPC-H results on Suse (SLES8) OS.

Regards,
--
Haider
Nov 12 '05 #7
"Haider Rizvi" <ha****@nouce.c a.ibm.com> wrote in message
news:7z******** ****@thinkhr.to rolab.ibm.com.. .
Yes, you should be able to define larger bufferpools on 64-bit
linux. See our AMD64 based TPC-H results on Suse (SLES8) OS.

Regards,
--
Haider


For the IBM TPC-H benchmarks I believe they used 6 GB memory per physical
node (2 processors per node). DB2 was partitioned so that there were 2
partitions per node, so that is only 3GB per partition.
Nov 12 '05 #8
That's what I read too. What I'd like to know for instance is if
I can install a single machine with two amd opteron processors with 32
GB of memory running db2 8.1 for (suse) 64 bit linux and create a
bufferpool of lets say 24 GB. That's what 64-bit computing is about
addressing lots of memory.

Regards,
John Wheeler

Mark A wrote:
"Haider Rizvi" <ha****@nouce.c a.ibm.com> wrote in message
news:7z******** ****@thinkhr.to rolab.ibm.com.. .
Yes, you should be able to define larger bufferpools on 64-bit
linux. See our AMD64 based TPC-H results on Suse (SLES8) OS.

Regards,
--
Haider

For the IBM TPC-H benchmarks I believe they used 6 GB memory per physical
node (2 processors per node). DB2 was partitioned so that there were 2
partitions per node, so that is only 3GB per partition.


Nov 12 '05 #9
"John Wheeler" <j_*******@hotm ail.com> wrote in message
news:40******** *************@d reader4.news.xs 4all.nl...
That's what I read too. What I'd like to know for instance is if
I can install a single machine with two amd opteron processors with 32
GB of memory running db2 8.1 for (suse) 64 bit linux and create a
bufferpool of lets say 24 GB. That's what 64-bit computing is about
addressing lots of memory.

Regards,
John Wheeler

At this point, I think it may depend on the Linux kernel as well as DB2. I
believe you need kernel version 2.6 or higher to go beyond 4GB.

With the recent announcement of Intel's 64 bit processor, I think we will
see widespread Linux support for the kind of memory addressing you are
looking for (24GB) by the end of the year.

64 bit computing will also allow for accessing files larger than 2GB.
Nov 12 '05 #10

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

Similar topics

4
13010
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 reported through task manager peaks between 41-42MB. I've stopped and restarted the MSSQLserver service and checked that the running values are what I set them to be. Does anybody have any ideas as to why the sqlservr.exe would be utilizing more...
3
2246
by: Jean-Marc Blaise | last post by:
Dear all, I have 2 short questions on resources taken by DB2 on linux, after a db2start: 1) Why do we have 3 db2ckpw processes started by the db2sysc process, to check the user authentication, and not only 1 ? 2) Why is there a shared memory (22 Mb) taken by the fenced user, even if I set FENCED_POOL = 0 in the dbm cfg ?
4
2036
by: Matthew Dauphinee | last post by:
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...
4
6770
by: PaulR | last post by:
Hi, We have a Server running SLES 8 and 3GB memory, with 1 DB2 instance and 2 active Databases. General info... DB2level = "DB2 v8.1.0.72", "s040914", "MI00086", and FixPak "7" uname -a = Linux galahad 2.4.19-64GB-SMP #1 SMP /etc/sysctl.conf kernel.shmmax=268435456
2
3743
by: alok | last post by:
I am getting inconsistent behvior on Linux and Solaris platfors while computing doule ( 64 bit precision ) multiplications. I have following two double numbers whose integer representation is as following I have a union typedef union { double double_val; unsigned long long uint_val;
0
1875
by: Tomas | last post by:
I have two questions: (1) How (if possible) can you, with ASP.NET (and with the IIS 5 included with win2000) specify an maximum limit of the memory that a web application may consume, as an absolute number of megabytes ??? ( I am aware of the "memoryLimit" attribute in the "processModel" element in the Web.config but that only specifies the maximum allowed memory size, as a percentage of total system memory, and I don't want a...
1
2688
by: =?Utf-8?B?TWFyY28gU2VsbGFuaQ==?= | last post by:
I need an information. I've a ASP.NET web application on windows2003r2 server with IIS 6. In framework 1.0 memory limit for a worker process is 800MB; in framework 1.1 the limit is 1600MB with /3GB option. This is Right?? Which is the limit for framework 2.0 and how can i monitor it (which
8
3173
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.
5
12649
by: Max2006 | last post by:
Hi, What is the limit for memory that a .NET process or AppDomain can use? Thank you, Max
0
9454
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
10260
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...
0
10102
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
9910
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8933
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...
0
5354
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5482
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3609
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2850
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.