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 > Resident -1

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 12-18-03, 09:57
Rodion Rodion is offline
Registered User
 
Join Date: Nov 2003
Location: Moldova
Posts: 25
Resident -1

IDS 9.21.UC3
RH LINUX 7.3

there are other programms On this server
Can i set onconfig param "resident" to -1?
Reply With Quote
  #2 (permalink)  
Old 12-18-03, 10:09
vpshriyan vpshriyan is offline
Registered User
 
Join Date: Nov 2003
Location: Mumbai, India
Posts: 92
Hi,

If an operating system supports forced residency of the Informix resident portion of the shared memory, you may opt to keep this chunk of memory always resident in operating system's physical memory, by specifying RESIDENT 1, this signifies that it will not be swapped to disk. (default is 0=no)

Before setting this to 1, you must see what is the current resident size of your instance(s) by:
onstat -g seg
look at the class column and look for class type "R". You must make sure that you have left with sufficient memory after deducting the resident portion of the memory, for operating system need and other processes.

Regards,
Shriyan
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