MEMORY PURGE

Usage:
MEMORY PURGE
Complexity:
Depends on how much memory is allocated, could be slow
Since:
4.0.0

The MEMORY PURGE command attempts to purge dirty pages so these can be reclaimed by the allocator.

This command is currently implemented only when using jemalloc as an allocator, and evaluates to a benign NOOP for all others.