473,668 Members | 2,589 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

problem with memory heap

While running following command

CREATE INDEX ABC.CDE_X1 ON ABC.CDE (C1 ASC, C2 ASC, C3 ASC, C4 ASC )
allow reverse scans collect detailed statistics
DB21034E The command was processed as an SQL statement because it was
not a
valid Command Line Processor command. During SQL processing it
returned:
SQL10003C There are not enough system resources to process the
request. The
request cannot be processed. SQLSTATE=57011
table has 28 million rows. db2mtrk output is following:

############### ###### db2mtrk -i -d -m
Tracking Memory on: 2007/05/31 at 15:48:27

Memory for instance

fcmbp monh other
16.8M 368.0K 22.2M

Memory for database: ABCD

utilh pckcacheh catcacheh bph bph bph bph
195.3M 16.0G 16.0G 16.0G 16.0G 16.0G 16.0G

bph bph bph bph bph bph bph
16.0G 16.0G 16.0G 16.0G 16.0G 16.0G 16.0G

bph bph shsorth lockh dbh other appctlh
16.0G 16.0G 390.6M 1.0G 232.1M 12.0M 1.4M

appctlh appctlh appctlh appctlh appctlh appctlh appctlh
1.4M 1.4M 1.4M 1.4M 1.4M 1.4M 1.4M

appctlh appctlh appctlh appctlh appctlh appctlh appctlh
1.4M 1.4M 1.4M 1.4M 1.4M 1.4M 1.4M

appctlh appctlh appctlh appctlh appctlh appctlh appctlh
1.4M 1.4M 1.4M 1.4M 1.4M 1.4M 1.4M

appctlh appctlh appctlh appctlh agsh
1.4M 1.4M 1.4M 1.4M 273.6M

############### ####### db2mtrk -i -d -w
Tracking Memory on: 2007/05/31 at 15:58:56

Memory for instance

fcmbp monh other
16.7M 224.0K 4.6M

Memory for database: ABCD

utilh pckcacheh catcacheh bph bph bph bph
240.0K 35.2M 4.3M 157.9M 305.3M 157.9M 203.5M

bph bph bph bph bph bph bph
30.6M 407.1M 305.3M 30.6M 814.1M 656.0K 400.0K

bph bph shsorth lockh dbh other appctlh
272.0K 208.0K 171.0M 1.0G 14.6M 16.0K 32.0K

appctlh appctlh appctlh appctlh appctlh appctlh appctlh
48.0K 16.0K 64.0K 32.0K 16.0K 64.0K 64.0K

appctlh appctlh appctlh appctlh appctlh appctlh appctlh
112.0K 144.0K 96.0K 80.0K 64.0K 112.0K 128.0K

appctlh appctlh appctlh appctlh appctlh appctlh appctlh
64.0K 80.0K 176.0K 96.0K 80.0K 96.0K 112.0K

appctlh appctlh appctlh appctlh agsh
96.0K 16.0K 80.0K 624.0K 136.7M
what will solve this problem ?

regards,

May 31 '07 #1
0 1620

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

Similar topics

0
2040
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 the thread is over a month old, I decided to start a new one with my response. Please see my comments inline.
8
2345
by: [RaZoR] | last post by:
hello, main script creates IE window, put an array there and then calls a child script. chils script makes an array element equal to some object and returns control to main script. then main script doesn't see that object and its functions. why? here is the code I implemented: //in main script
5
1771
by: August1 | last post by:
This is a short program that I have written from a text that demonstrates a class object variable created on the stack memory and another class object variable created on the heap memory. By way of the text, the program is supposed to demonstrate the use of a copy constructor function for the object created on the heap (because there is a char* pointer variable in the instantiated class) and how you would use the delete keyword with the...
22
3467
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 application server, will each connection take the memory 800M (200000 x 4k = 800 M), so the memory took will be 800M times number of connections, or the total memory get from bufferpool will be 800M?
4
5196
by: xixi | last post by:
i have a very serious memory problem, we have db2 udb v8.1 load on a HP titanium machine with 4 G memory, it is 64bit machine, currently on DB2 instance , i have three databases, but only one is being used, on the same machine, i have an application server running connect to this DB2 server, every day there are around 12 persons has connection through the app server to db server, the database has 9 G data/index, problem is in the morning...
5
7007
by: bull | last post by:
hi could any one explain with example the following in a better way to understand 1. what is stack in memory, how the programs are stored in stack , what is the use of stack 2. What is heap in memory, how the programs are stored in heap , what is the use of heap 3. what is pool memory otherwise memory pool, what is the use of memory pool 4. what is difference between stack and heap
7
2165
by: mef526 | last post by:
I have had this problem for months now and it has been nagging me. I have a large project that has several C++ DLL's, one of them uses malloc / calloc / free for the other DLL's. I process very large datafiles (100MB to 300 MB) that have more than 524,000 lines with 5 columns of numbers in text. I allocate 8 arrays with 524,000 or more doubles , and 10 arrays of 32,768 doubles. Is there a min size for malloc / calloc required to...
1
2254
by: Teemu Keiski | last post by:
Hi, I have following type of scenario (also explained here http://blogs.aspadvice.com/joteke/archive/2005/01/10/2196.aspx ) We have problematic web server (wink2 Standard, 1.5GB of physical memory, SQL 2000 in same box, framework 1.0 and 1.1 installed, apps use mainly 1.0) whose aspnet_wp.exe's memory consumption increases slowly but surely, leading to process restart eventually and then again recollecting memory etc etc
11
3041
by: toton | last post by:
Hi, I have little confusion about static memory allocation & dynamic allocation for a cluss member. I have class like class Bar{ public: explicit Bar(){ cout<<"bar default"<<endl; }
2
284
by: RobbGMelenyk | last post by:
I've got a Windows Service written in C# that is having some unfortunate memory issues. I've been working with .NET MemProfiler and AllocationProfiler. But you don't have to use those programs to notice the memory leak. The memory usage in the TaskManager for the process can be seen climbing and climbing, MBs at a time. When using MemProfiler, I noticed the Win32 Heap is what seems to be growing. I've been searching on the internet...
0
8459
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
8371
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
8889
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
7391
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
6206
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
4372
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2782
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
2
2017
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1779
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.