7.7.1.7.17 xrmemcachelimit Attribute
Purpose
The xrmemcachelimit attribute defines a soft limit for
space usage in the Exadata RDMA Memory
Cache (XRMEM cache). If the cache
is not full, the limit can be exceeded.
Syntax
ALTER IORMPLAN
dbplan=(( name=db_name, ... xrmemcachelimit=number ... ) ... )
Usage Notes
-
You specify the value for
xrmemcachelimitin bytes. You can also use the suffixesM(megabytes),G(gigabytes), orT(terabytes) to specify larger values. For example,300M,150G, or1T. -
The value for
xrmemcachelimitmust be at least 4 MB. -
The
xrmemcachelimitandxrmemcachesizeattributes cannot be specified in the same directive. -
The value for
xrmemcachelimitcannot be smaller thanxrmemcachemin, if it is specified. -
On Exadata X8M and X9M systems with Oracle Exadata System Software release 23.1.0, the persistent memory data accelerator, previously known as PMEM cache, is now called XRMEM cache.
For backward compatibility, on Exadata X8M and X9M systems, you can use
pmemcachelimitinstead ofxrmemcachelimitin theALTER IORMPLANcommand. However, starting with Oracle Exadata System Software release 23.1.0, output from theLIST IORMPLANcommand only displaysxrmemcachelimit.
Parent topic: ALTER IORMPLAN