mojave man page for memory_pressure

Query: memory_pressure

OS: mojave

Section: 1

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

MEMORY_PRESSURE(1)					    BSD General Commands Manual 					MEMORY_PRESSURE(1)

NAME
memory_pressure -- Tool to apply real or simulate memory pressure on the system.
SYNOPSIS
memory_pressure [-l level] | [-p percent_free] | [-S -l level]
OPTIONS
-l <level> Apply real or simulate memory pressure (if specified alongside simulate argument) on the system till low memory notifications cor- responding to <level> are generated. Supported values are "warn" and "critical". -p <percent_free> Allocate memory till the available memory in the system is <percent_free> of total memory. If the percentage of available memory to total memory on the system drops, the tool will free memory till either the desired percentage is achieved or it runs out of memory to free. -S Simulate memory pressure on the system by placing it artificially for <sleep_seconds> duration at the "warn" or "critical" level. -s <sleep_seconds> Duration to wait before allocating or freeing memory if applying real pressure. In case of simulating memory pressure, this is the duration the system will be maintained at an artifical memory level.
DESCRIPTION
A tool to apply real or simulate memory pressure on the system
SEE ALSO
vm_stat(1) Mac OS X Mar 7, 2013 Mac OS X
Related Man Pages
memory_pressure(1) - mojave
libcache(3) - mojave
passenger-memory-stats(8) - debian
free(1) - suse
ddi-no-autodetach(9p) - sunos
Similar Topics in the Unix Linux Community
Some memory is gone ?
Does anybody know how to simulate press Fn+Scroll Lk in Linux c
Where does the memory go?
take all characters from end to start till a fullstop
How to start reading from the nth line till the last line of a file.