# Default settings for earlyoom. This file is sourced by /bin/sh from
# /etc/init.d/earlyoom.

# Options to pass to earlyoom
EARLYOOM_ARGS=""

# Examples:

# Available minimum memory 5%
# EARLYOOM_ARGS="-m 5"

# Available minimum memory 15% and free minimum swap 5%
# EARLYOOM_ARGS="-m 15 -s 5"

# Use kernel oom killer
# EARLYOOM_ARGS="-k"

# Avoid killing processes whose name matches this regexp
# EARLYOOM_ARGS="--avoid '(^|/)(init|X|sshd|firefox)$'"

# See more at `earlyoom -h'
