Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Unable to Alloc Memory

Unable to Alloc Memory

From: VIVEK_SHARMA <VIVEK_SHARMA_at_infy.com>
Date: Wed, 04 Apr 2001 04:07:09 -0700
Message-ID: <F001.002E0EE9.20010404035027@fatcity.com>

CASE When Passing 6600 Transactions spread across 250 Concurrent users on SUN APP Server
as part of Benchmarking Exercise

Hardware - Sun APP Server 4 CPU , 4 GB RAM , 3.5 GB Swap

Software - Solaris 2.6 on Oracle 7.3.4.5

Application - Pro*c Application with Embedded SQLs in a Banking Product

ERROR :- Error Message : [System call failed Error Num [12], Error [Not enough space] Error : the requested size of memory for allocation was:[131072]

NOTE -
Minimum FREE Memory measured During the Duration of the Transactions Run
(thru vmstat) = 2 GB

Swap = 3.5 GB

/etc/system :-

set shmsys:shminfo_shmseg=200
set shmsys:shminfo_shmmin=2
set shmsys:shminfo_shmmni=200

forceload: sys/shmsys
forceload: sys/semsys
set semsys:seminfo_semaem=16384
set semsys:seminfo_semmap=1000
set semsys:seminfo_semmni=1000
set semsys:seminfo_semmns=6000
set semsys:seminfo_semmnu=1000
set semsys:seminfo_semume=200
set semsys:seminfo_semvmx=32767
set shmsys:shminfo_shmmax=3221225472

set c2audit:audit_load = 1
set abort_enable = 0
*----Added to increase the pttys
set pt_cnt=512
*---Added to increase the no of process per user set maxuprc=1024
set maxusers=512
set nproc=6000
*---Added to increase no of open file fd's per process set rlim_fd_max=1024
set rlim_fd_cur=1024

Any Advice for any Suitable Setting in /etc/system or ... ?

NOTE - The Identical Transaction Set Succeeds When passed from a Different Compaq Digital Unix APP Server .

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: VIVEK_SHARMA
  INET: VIVEK_SHARMA_at_infy.com

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L

(or the name of mailing list you want to be removed from). You may
also send the HELP command for other information (like subscribing).
Received on Wed Apr 04 2001 - 06:07:09 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US