Unix and Linux Discussions Tagged with memory |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
5 |
70,173 |
Shell Programming and Scripting |
|
|
|
3 |
7,008 |
UNIX for Beginners Questions & Answers |
|
|
|
12 |
14,343 |
Linux |
|
|
|
1 |
15,819 |
UNIX for Beginners Questions & Answers |
|
|
|
7 |
8,334 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
52,304 |
UNIX for Beginners Questions & Answers |
|
|
|
6 |
10,178 |
UNIX for Advanced & Expert Users |
|
|
|
3 |
6,607 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
6,551 |
UNIX for Beginners Questions & Answers |
|
|
|
3 |
2,730 |
UNIX for Beginners Questions & Answers |
|
|
|
4 |
19,174 |
AIX |
|
|
|
4 |
25,482 |
Solaris |
|
|
|
1 |
6,593 |
AIX |
|
|
|
11 |
3,912 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
4,339 |
Solaris |
|
|
|
0 |
8,991 |
Red Hat |
|
|
|
24 |
23,097 |
AIX |
|
|
|
8 |
5,245 |
AIX |
|
|
|
1 |
3,101 |
Programming |
|
|
|
3 |
7,505 |
UNIX for Beginners Questions & Answers |
|
|
|
5 |
4,124 |
Red Hat |
|
|
|
2 |
6,787 |
Red Hat |
|
|
|
3 |
1,621 |
Shell Programming and Scripting |
|
|
|
5 |
3,438 |
UNIX for Advanced & Expert Users |
|
|
|
2 |
3,173 |
UNIX for Advanced & Expert Users |
|
|
|
2 |
7,937 |
UNIX for Advanced & Expert Users |
|
|
|
1 |
2,408 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
3,322 |
AIX |
|
|
|
2 |
2,544 |
Programming |
|
|
|
2 |
6,429 |
Solaris |
|
|
|
1 |
5,185 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
3,567 |
Solaris |
|
|
|
2 |
2,575 |
Shell Programming and Scripting |
|
|
|
7 |
5,083 |
Programming |
|
|
|
3 |
9,800 |
Solaris |
|
|
|
6 |
4,336 |
Linux |
|
|
|
1 |
5,014 |
Solaris |
|
|
|
3 |
6,695 |
AIX |
|
|
|
5 |
3,404 |
Programming |
|
|
|
4 |
22,867 |
AIX |
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