Skip Navigation Links | |
Exit Print View | |
Oracle Solaris 11.1 Tunable Parameters Reference Manual Oracle Solaris 11.1 Information Library |
1. Overview of Oracle Solaris System Tuning
2. Oracle Solaris Kernel Tunable Parameters
Where to Find Tunable Parameter Information
General Kernel and Memory Parameters
fsflush and Related Parameters
General File System Parameters
SPARC System Specific Parameters
3. Oracle Solaris ZFS Tunable Parameters
5. Internet Protocol Suite Tunable Parameters
A. Tunable Parameters Change History
Defines the maximum amount of kernel memory that TMPFS can use for its data structures (tmpnodes and directory entries).
Unsigned long
One page or 4 percent of physical memory, whichever is greater.
Number of bytes in one page (8192 for sun4u or sun4v systems, 4096 for all other systems) to 25 percent of the available kernel memory at the time TMPFS was first used.
Bytes
Yes
None
Increase if the following message is displayed on the console or written in the messages file:
tmp_memalloc: tmpfs over memory limit
The current amount of memory used by TMPFS for its data structures is held in the tmp_kmemspace field. This field can be examined with a kernel debugger.
Unstable
Defines the minimum amount of swap space that TMPFS leaves for the rest of the system.
Signed long
512
0 to maximum swap space size
Pages
Yes
None
To maintain a reasonable amount of swap space on systems with large amounts of TMPFS usage, you can increase this number. The limit has been reached when the console or messages file displays the following message:
fs-name: File system full, swap space limit exceeded
Unstable