7.7.1.7.20 pmemcachelimit Attribute
Purpose
The pmemcachelimit attribute defines a soft limit for
space usage in the persistent memory (PMEM) cache. If the cache is not full, the
limit can be exceeded.
Note:
This attribute applies to Oracle Exadata System Software releases before 23.1.0. Otherwise, see xrmemcachelimit Attribute.
Syntax
ALTER IORMPLAN
dbplan=(( name=db_name, ... pmemcachelimit=number ... ) ... )
Usage Notes
-
You specify the value for
pmemcachelimitin bytes. You can also use the suffixesM(megabytes),G(gigabytes), orT(terabytes) to specify larger values. For example,300M,150G, or1T. -
The value for
pmemcachelimitmust be at least 4 MB. -
The
pmemcachelimitandpmemcachesizeattributes cannot be specified in the same directive. -
The value for
pmemcachelimitcannot be smaller thanpmemcachemin, if it is specified.
Parent topic: ALTER IORMPLAN