NONSWAPD (FTP server) statement

Use the NONSWAPD statement to allow the FTP daemon address space to run with nonswappable memory.

Syntax

Read syntax diagramSkip visual syntax diagram
   .-NONSWAPD FALSE------.   
>>-+---------------------+-------------------------------------><
   '-NONSWAPD--+-FALSE-+-'   
               '-TRUE--'     

Parameters

False
Do not set daemon nonswappable. This is the default.
True
Set daemon nonswappable.

Examples

To request that the daemon address space be set nonswappable, code:
NONSWAPD TRUE

Usage notes