- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- resident memory of an Oracle process
Operating System - HP-UX
1823725
Members
3474
Online
109664
Solutions
Forums
Categories
Company
Local Language
юдл
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Forums
Discussions
юдл
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-06-2001 05:04 AM
тАО09-06-2001 05:04 AM
resident memory of an Oracle process
We have an Oracle process that will run for approx. 24hours and then die with an "out of memory" message. I have noticed that the resident memory of the process will increase to approx. 265000KB and then die. When the process runs successfully it only goes up to about 90000KB of resident memory. The system has approx 8GB of memory and does not appear to be swapping. Is there a limit on resident memory per process. I have a hunch that there is something different in the database or the application but I have to prove something from the system side first. No other databases are having problems. We have approx. 30 dbs on this system. Any help would be appreciated.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-06-2001 05:19 AM
тАО09-06-2001 05:19 AM
Re: resident memory of an Oracle process
Hi there.
You should check the system global area of your database.
Parameters in init.ora :
db_block_buffers
sort_area_retained_size
sort_area_size
shared_pool_size
# This gives the memory for your instance. Increase might help.
There were limitations on 32-bit systems to a SGA of 1.75 GB overall, but i think you run a 64-bit version of the database.
Rgds
Alexander M. Ermes
You should check the system global area of your database.
Parameters in init.ora :
db_block_buffers
sort_area_retained_size
sort_area_size
shared_pool_size
# This gives the memory for your instance. Increase might help.
There were limitations on 32-bit systems to a SGA of 1.75 GB overall, but i think you run a 64-bit version of the database.
Rgds
Alexander M. Ermes
.. and all these memories are going to vanish like tears in the rain! final words from Rutger Hauer in "Blade Runner"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-06-2001 06:24 AM
тАО09-06-2001 06:24 AM
Re: resident memory of an Oracle process
Hi
From OS side I think you need to check the value of maxdsiz, maximum data segment size for 64 BIT system it's maxdsiz_64.
Increase the value of maxdsiz or maxdsiz_64bit if you have one or more processes that use large amounts of data. And also check the size of dbc_max_pct,The value of dbc_max_pct sets the maximum percentage of physical memory that can be allocated to the dynamic buffer cache.
...BPK...
From OS side I think you need to check the value of maxdsiz, maximum data segment size for 64 BIT system it's maxdsiz_64.
Increase the value of maxdsiz or maxdsiz_64bit if you have one or more processes that use large amounts of data. And also check the size of dbc_max_pct,The value of dbc_max_pct sets the maximum percentage of physical memory that can be allocated to the dynamic buffer cache.
...BPK...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-06-2001 08:57 AM
тАО09-06-2001 08:57 AM
Re: resident memory of an Oracle process
Hello Jeff,
I would also recommend to check your free swap space
while that command is running! As on HPUX even the
shared memory needs swap space, take care to have
your kernel have some free entries for the parameter
"max_swap_chunks"
Just my ?0.02,
Wodisch
I would also recommend to check your free swap space
while that command is running! As on HPUX even the
shared memory needs swap space, take care to have
your kernel have some free entries for the parameter
"max_swap_chunks"
Just my ?0.02,
Wodisch
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP