If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Informix > Oninit consumes a lot of memory

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 05-27-04, 04:58
teunvw teunvw is offline
Registered User
 
Join Date: May 2004
Posts: 2
Unhappy Oninit consumes a lot of memory

Hello all,

When I was checking the usage of resourses of our servers I saw that the oninit.exe use more then 1GB of the memory.

As far as I can see informix runs fine. (and the server too)

because I don' t have much knowledge of Informix, I put the question here.

More information:
Windows 2000 server
Informix version 9.40.0.10616
Oninit.exe = Created: Tuesday, June 19, 2001, 11:49:32 PM

If you need more information please let me know

Can anyone help me.

Teun
Reply With Quote
  #2 (permalink)  
Old 05-27-04, 05:22
RobP RobP is offline
Registered User
 
Join Date: Mar 2004
Location: Netherlands
Posts: 183
Hi Teun,

This situation is pretty normal. In windows the oninit process contains all memory from the engine like:
- Buffers (data caching)
- Session info
- Locking table
- Sort pools etc.

All of this is configured in your onconfig file which you can find in the etc directory of your informix dir. You can check the onconfig.servername file with an editor. Here you will see the number of buffers (in 4KB pages), shmvirtsize and shmadd. These parameters will influence the size of the memory a lot.

Hope this helps,

Rob Prop
Reply With Quote
  #3 (permalink)  
Old 06-01-04, 08:56
teunvw teunvw is offline
Registered User
 
Join Date: May 2004
Posts: 2
Post What are the effects of it?

Hi Rob,


Thank you for the reply, but if I change the settings does it make the database slower or are the other effects.

Is it neccecary to restart the services of informix to make the settings work.
(I suppose it is.)

thank you in advance.

Teun
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On