Use
Swapping occurs when the buffer is full, and the SAP System has to load additional objects into the buffer. Objects in the buffer that were used the least recently are removed. In this context, the term "swap" means the objects removed from the buffer are lost and cannot be replaced until a new database access is performed (replacing what was lost).
There are two possible reasons for swapping
The buffer is too small. You should
Although there is enough space left in the buffer, no further objects can be loaded because the number of directory entries is limited.
For the
Repository buffers (nametab buffers), the number of directory entries is determined by the number of entry counts, all other buffers have there own parameter for entries.
The parameter
See also:
Tuning Buffers Buffer Quality
Profiles