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

Memory used - what is "Other memory"?

Very interesting for me

[...]
Lock Manager Heap is of size 16809984 bytes
Database Heap is of size 9273344 bytes
Database Monitor Heap is of size 5226496 bytes
Other Memory is of size 729202688 bytes
FCMBP Heap is of size 4997120 bytes
Total: 1889337344 bytes

"Other memory" size 40%(!!!). How resolve this memory leak?

Andy

Nov 12 '05 #1
5 2809
JS
"bughunter@ru" <a_********@hotmail.com> wrote in message news:<11**********************@g14g2000cwa.googleg roups.com>...
Very interesting for me

[...]
Lock Manager Heap is of size 16809984 bytes
Database Heap is of size 9273344 bytes
Database Monitor Heap is of size 5226496 bytes
Other Memory is of size 729202688 bytes
FCMBP Heap is of size 4997120 bytes
Total: 1889337344 bytes

"Other memory" size 40%(!!!). How resolve this memory leak?

Andy


Yes, we faced similar problem trying to understand this and finally
what you have to do is configure APPGROUP_MEM_SZ for the database,
this is where part of the 'other memory' is comuing from
Nov 12 '05 #2
Yes, we have appgroup_mem_sz=30000 *4K = 120 Mb max, is't correct?
Inside snapshot I see

Application Group Shared Heap is of size 99631104 bytes

and this memory ~98Mb calculated in result string. But other memory
size - 730Mb!

Andy
2IBM: ???

Nov 12 '05 #3
JS
"bughunter@ru" <a_********@hotmail.com> wrote in message news:<11**********************@l41g2000cwc.googleg roups.com>...
Yes, we have appgroup_mem_sz=30000 *4K = 120 Mb max, is't correct?
Inside snapshot I see

Application Group Shared Heap is of size 99631104 bytes

and this memory ~98Mb calculated in result string. But other memory
size - 730Mb!

Andy
2IBM: ???


The value is 'correct' depending upon how many applications you have
connected to the database, the value is configured in conjunction with
GROUPHEAP_RATIO and APP_CTL_HEAP_SZ. What these values do is control
how many applications can 'fit' into one memory group, once one memory
group is 'filled up', another memory group is allocated, hence you
have lots of memory allocated if your groups are configured too small.
Nov 12 '05 #4
Haven't been completly following this, but is the database memory set to
automatic? If so it will allocate more then what is configured and this
might be the "Other Memory" you are seeing.

"bughunter@ru" <a_********@hotmail.com> wrote in message
news:11**********************@l41g2000cwc.googlegr oups.com...
Yes, we have appgroup_mem_sz=30000 *4K = 120 Mb max, is't correct?
Inside snapshot I see

Application Group Shared Heap is of size 99631104 bytes

and this memory ~98Mb calculated in result string. But other memory
size - 730Mb!

Andy
2IBM: ???

Nov 12 '05 #5
all automatic disabled.

Nov 12 '05 #6

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

Similar topics

1
by: Snake Djip | last post by:
Hi, I have a problem with a home-made DLL used in an ASP environment. It is coded in VB6, apartment-threaded. The DLL returns a binary PNG stream (an image). I use it with ASP's...
0
by: John Bonds | last post by:
I have designed a multi-threaded application that manipulates images (CCITT Group 4 TIFF Images). I'm getting some strange behavior and I'm wondering if anyone else is seeing the same thing. I run...
5
by: Taylor Howell | last post by:
Hello all, I have a delima. I have 8 5bit numbers that I need to pack into one (or more) variables. They then must be written (exactly 40bits (5Bytes)) to a file and have the ability to be put...
11
by: Shane Suebsahakarn | last post by:
Hi all, This might be one of those things for which there is no workaround. I'm using A2K2, and using it to perform a very large batch ouput. Both the front and back ends are MDB files, so no...
10
by: schears | last post by:
Why? Running on windows 2000 with all updates, 2G Memory, 117G Hard Drive space available. This was not an issue until I added some code to two of my c files. Any suggestions? Thanks
4
by: lawrence k | last post by:
I've a jpeg image that is 514k, which doesn't strike me as very large. Yet I'm running out of error when I try to resize it: Fatal error: Allowed memory size of 20971520 bytes exhausted (tried to...
10
JamieHowarth0
by: JamieHowarth0 | last post by:
Hi folks, Got a massive headache. I'm working as a contractor on a project for a SAM company and they are using an Access database with a particular query to extrat information to import from a DB...
2
by: Hank | last post by:
Apology for the previous offensive title~~ :) Thanks, Rintsch, Arnaud and Daniel, for replying so soon. I redid the experiment. What following is the record - ``starting python`` ...
13
by: Kurda Yon | last post by:
Hi, I found one example which defines the addition of two vectors as a method of a class. It looks like that: class Vector: def __add__(self, other): data = for j in range(len(self.data)):...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
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...

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.