- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Oracle + Linux Memory doubt
Categories
Company
Local Language
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
Discussions
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
Community
Resources
Forums
Blogs
- 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
10-22-2009 06:12 AM
10-22-2009 06:12 AM
I have a server with 11GB RAM and 12GB swap space.
And started 11 databases with sum of SGA =~ 7.5GB
When I try start a other database, with a SGA=400MB, the Oracle returns
-----
SQL> startup nomount
ORA-27102: out of memory
Linux Error: 28: No space left on device
-----
Why out of memory, if only 7.5GB was used?
I attached the commands ipcs e free -m. I know that the free command doesn't show a real state of free memory, because Linux, use cache/uncache frequently, but the ipcs command show only 7.5GB used.. and don´t have many users connections in this server.
Tks
Leonardo Mantovam
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2009 06:21 AM
10-22-2009 06:21 AM
Re: Oracle + Linux Memory doubt
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2009 06:22 AM
10-22-2009 06:22 AM
Re: Oracle + Linux Memory doubt
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2009 07:24 AM
10-22-2009 07:24 AM
Solution- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2009 09:16 AM
10-22-2009 09:16 AM
Re: Oracle + Linux Memory doubt
Thanks for your reply
The Oracle Documents doesn't show this tips.
But more a question if I want use the swap space too, so I need change the value that you already posted, 2883584(shmmall) X 4096(page size) = 11GB.
In other hands, increase the 2883584 to 2883584 x 2 ( 22GB ) the sum of mem+swap??
I know that the Oracle will be slower
, but this databases are only to enviroment development
Tks
Leonardo Mantovam
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2009 11:10 AM
10-22-2009 11:10 AM
Re: Oracle + Linux Memory doubt
With regards to swap space, if you set it to more than twice ram that in itself is not a problem.
if however the system starts paging, performance will grind to a halt.
If you have to set swap more than twice ram to make oracle run, this is not the system to run oracle on.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2009 05:59 AM
10-23-2009 05:59 AM
Re: Oracle + Linux Memory doubt
I know that Oracle doesn't have a good performance if begins to use swap space, but this machine are only development enviroment so performace, isn't important.
Now I changed the value of shmmall to 2883584, and started more database, without used swap space. 2883584 x 4096=11GB (memory of machine)
----
free -mt
total used free shared buffers cached
Mem: 11159 10247 912 0 130 9195
-/+ buffers/cache: 920 10238
Swap: 12699 267 12432
Total: 23859 10514 13345
----
This machine has 11GB the swap.
My doubt. If I increase shmmall(2883584), I started to use the swap ?
I want start more databases.
Tks
Leonardo Mantovam