473,386 Members | 1,823 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,386 software developers and data experts.

Lock Manager Heap

Hi,

I Have problem connect to a database, it takes lot of time connecting.
So i took a snapshot and found out
Memory Pool Type = Lock Manager Heap

Current size (bytes) = 176668672

High water mark (bytes) = 176668672

Configured size (bytes) = 176685056

is there something to do with memory. If so how can I change this.
like many parameters have to e
changed so what is the right way.

Thank you

Nov 5 '07 #1
2 3359
On Nov 6, 12:59 am, bujjus...@gmail.com wrote:
Hi,

I Have problem connect to a database, it takes lot of time connecting.
So i took a snapshot and found out
Memory Pool Type = Lock Manager Heap

Current size (bytes) = 176668672

High water mark (bytes) = 176668672

Configured size (bytes) = 176685056

is there something to do with memory. If so how can I change this.
like many parameters have to e
changed so what is the right way.

Thank you
You can check this parameter at db cfg:

Max storage for lock list (4KB) (LOCKLIST)

Nov 6 '07 #2
Ah Yu (Quentin) wrote:
On Nov 6, 12:59 am, bujjus...@gmail.com wrote:
>Hi,

I Have problem connect to a database, it takes lot of time connecting.
Is this the firstconnection to the database? If so, the delay is probably
due to the database being implicitly activated upon first connect (and
deactivated once the last connection is terminated). You can address this
by explicitly activating the database using the ACTIVATE DB command:

$ db2 ACTIVATE DB <dbname>

During activation, DB2 will allocate various db-specific memory pools and
also create the log files (among other things). Depending on your
configuration, this may take a while.

--
Knut Stolze
DB2 z/OS Utilities Development
IBM Germany
Nov 6 '07 #3

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

Similar topics

5
by: harborboy76 | last post by:
Hi all, First of all, just want to let you know that I'm coming from Informix background, and we just recently migrated to DB2. It's been a great new learning experience. For the time being, I...
3
by: silver360 | last post by:
Hello, I'm trying to create a basic Heap manager and i have some question about new/delete overloading. The following code give me this output : >> $./heap >> registered : 0x804d098 >>...
11
by: noleander | last post by:
Ive got a time-critical application that runs on Windows XP and Unix. I've got some timing issues that Ive traced to virtual memory getting paged in and out. I think I can solve the problem if...
2
by: adri4n | last post by:
as wat ive mentioned in the title.. im would like to know whether the a particular record/table is being locked in my program. some of the methods which i would like to develop are as below: ...
4
by: Niron kag | last post by:
Hi, I have a windows service, which is currently installed, on my local computer. The problem is that when I look at the task manager, I see that the “Mem Usage”, become bigger and bigger....
20
by: Kurt | last post by:
Below is a class that can accessed from multiple threads and I want the class to be thread safe. I have a private timer member whose interval can be changed by different threads. Which is the correct...
94
by: Samuel R. Neff | last post by:
When is it appropriate to use "volatile" keyword? The docs simply state: " The volatile modifier is usually used for a field that is accessed by multiple threads without using the lock...
6
by: 2wycked | last post by:
Hello all, I'm trying to make a custom memory manager using classes. At this point, I'm not trying to make it paticularly portable, just get something running for my system. Yes I know there are...
15
by: Pie Squared | last post by:
I've been looking at the Python source code recently, more specifically trying to figure out how it's garbage collector works. I've gathered that it uses refcounting as well as some...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
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
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,...

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.