cancel
Showing results for 
Search instead for 
Did you mean: 

SWAP coloumn is in RED In ST02

Former Member
0 Kudos

Hi Techies,

the following are the current parameters set in the CRMEHP1 server. in the st02 swap coloum is in RED.

that is.,.. Table definition,Field definition,Short NTAB,Initial records,CUA, Screen, Generic Key,Single record,Export/import are in Red colour.

please help me.

CURRENT PARAMETERS

Buffer Name Comment

Profile Parameter Value Unit Comment

Program buffer PXA

abap/buffersize 1500000 kB Size of program buffer

abap/pxa shared Program buffer mode

CUA buffer CUA

rsdb/cua/buffersize 3000 kB Size of CUA buffer

The number of max. buffered CUA objects is always: size / (2 kB)

Screen buffer PRES

zcsa/presentation_buffer_area 4400000 Byte Size of screen buffer

sap/bufdir_entries 2000 Max. number of buffered screens

Generic key table buffer TABL

zcsa/table_buffer_area 30000000 Byte Size of generic key table buffer

zcsa/db_max_buftab 5000 Max. number of buffered objects

Single record table buffer TABLP

rtbb/buffer_length 10000 kB Size of single record table buffer

rtbb/max_tables 500 Max. number of buffered tables

Export/import buffer EIBUF

rsdb/obj/buffersize 4096 kB Size of export/import buffer

rsdb/obj/max_objects 2000 Max. number of objects in the buffer

rsdb/obj/large_object_size 8192 Bytes Estimation for the size of the largest object

rsdb/obj/mutex_n 0 Number of mutexes in Export/Import buffer

OTR buffer OTR

rsdb/otr/buffersize_kb 4096 kB Size of OTR buffer

rsdb/otr/max_objects 2000 Max. number of objects in the buffer

rsdb/otr/mutex_n 0 Number of mutexes in OTR buffer

Table definition buffer TTAB

rsdb/ntab/entrycount 20000 Max. number of table definitions buffered

The size of the TTAB is nearly 100 bytes * rsdb/ntab/entrycount

Field description buffer FTAB

rsdb/ntab/ftabsize 30000 kB Size of field description buffer

rsdb/ntab/entrycount 20000 Max. number / 2 of table descriptions buffered

FTAB needs about 700 bytes per used entry

Initial record buffer IRBD

rsdb/ntab/irbdsize 6000 kB Size of initial record buffer

rsdb/ntab/entrycount 20000 Max. number / 2 of initial records buffered

IRBD needs about 300 bytes per used entry

Short nametab (NTAB) SNTAB

rsdb/ntab/sntabsize 3000 kB Size of short nametab

rsdb/ntab/entrycount 20000 Max. number / 2 of entries buffered

SNTAB needs about 150 bytes per used entry

Calendar buffer CALE

zcsa/calendar_area 500000 Byte Size of calendar buffer

zcsa/calendar_ids 200 Max. number of directory entries

Roll, extended and heap memory EXTM

ztta/roll_area 3000000 Byte Roll area per workprocess (total)

ztta/roll_first 1 Byte First amount of roll area used in a dialog WP

ztta/short_area 3200000 Byte Short area per workprocess

rdisp/ROLL_SHM 32768 8 kB Part of roll file in shared memory

rdisp/PG_SHM 16384 8 kB Part of paging file in shared memory

rdisp/PG_LOCAL 150 8 kB Paging buffer per workprocess

em/initial_size_MB 16377 MB Initial size of extended memory

em/blocksize_KB 4096 kB Size of one extended memory block

em/address_space_MB 4096 MB Address space reserved for ext. mem. (NT only)

ztta/roll_extension 2000000000 Byte Max. extended mem. per session (external mode)

abap/heap_area_dia 2000000000 Byte Max. heap memory for dialog workprocesses

abap/heap_area_nondia 0 Byte Max. heap memory for non-dialog workprocesses

abap/heap_area_total 17172529152 Byte Max. usable heap memory

abap/heaplimit 40000000 Byte Workprocess restart limit of heap memory

abap/use_paging 0 Paging for flat tables used (1) or not (0)

Statistic parameters

rsdb/staton 1 Statistic turned on (1) or off (0)

rsdb/stattime 0 Times for statistic turned on (1) or off (0)

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hello Pavan,

sappfpar determines the minimum and maximum (worst-case) swap space requirements of an R/3 application server. It also checks on shared memory requirements and that the em/initial_size_MB and abap/heap_area_total parameters are correctly set with the following procedure:

/usr/sap/<SYSTEMNAME>/SYS/exe/run/sappfpar check pf=/usr/sap/<SYSTMENAME>/SYS/profile/<Profile name>

At the end of the list, the program reports the minimum swap space, maximum heap space, and worst case swap space requirements:

Here is the link for it

http://help.sap.com/SAPhelp_nw70/helpdata/en/66/380fb7d43d11d188bd0000e83539c3/content.htm

Regards,

Arjun

Former Member
0 Kudos

Hello Arjun,

Thanks for the reply. ur information is useful ill surely work on it. and revert back to u.

Thanks&regards,

pavan.

Former Member
0 Kudos

Hi Pavan,

Can you give more information on which platform you are on?

If you are facing problems with swaps you can consider increasing buffer parameters and have a look at buffered objects in ST02.

You can tune these parameter and you should be fine then.

zcsa/table_buffer_area

zcsa/db_max_buftab

abap/buffersize

abap/pxa

rsdb/ntab/entrycount

rsdb/ntab/sntabsize

rsdb/ntab/entrycoun

Export/import buffer

rsdb/obj/buffersize

rsdb/obj/max_objects

rsdb/obj/large_object_size

Regards,

Ashutosh

Edited by: Ashutosh.Pandey on Jan 18, 2012 4:10 PM

Former Member
0 Kudos

Hello Ashutosh,

Thanks for the reply. Presently im using Windows 2008 server Platform for CRMEHP1.

I will follow ur instructions and check. if there are any issues i will revert back to you'

Thanks &regards,

Pavan