#1 Le 14/07/2022, à 08:01
- katian
systemd-oomd + swap
salut,
lu dans le
$ man systemd-oomd
It is highly recommended for the system to have swap enabled for systemd-oomd to function optimally. With swap enabled, the system spends enough time swapping pages to let systemd-oomd react.
pour rappel :
systemd-oomd : A userspace out-of-memory (OOM) killer
Hors ligne
#2 Le 15/07/2022, à 18:20
- lucmars
Re : systemd-oomd + swap
Pas trouver ton truc dans le man sous 21.10
Tu veux quoi au juste?
Gaulois Matter !
Hors ligne
#3 Le 15/07/2022, à 18:23
- katian
Re : systemd-oomd + swap
c'est à titre d'information, c'est mieux d'avoir un swap avec oomd, qui est donc arrivé avec la 22.04 ?!
Hors ligne
#4 Le 16/07/2022, à 17:07
- lucmars
Re : systemd-oomd + swap
En toute façon depuis la 17.10 t'as un fichier swap, sinon tu crées une partition swap. Reste à savoir ce qui est le mieux pour oomd et quelle taille?
Gaulois Matter !
Hors ligne
#5 Le 16/07/2022, à 17:43
- katian
Re : systemd-oomd + swap
Reste à savoir ce qui est le mieux pour oomd et quelle taille?
Excellente question !
Je vais voir si je trouve quelque chose
$ systemd-analyze cat-config systemd/oomd.conf
# /etc/systemd/oomd.conf
# This file is part of systemd.
#
# systemd is free software; you can redistribute it and/or modify it under the
# terms of the GNU Lesser General Public License as published by the Free
# Software Foundation; either version 2.1 of the License, or (at your option)
# any later version.
#
# Entries in this file show the compile time defaults. Local configuration
# should be created by either modifying this file, or by creating "drop-ins" in
# the oomd.conf.d/ subdirectory. The latter is generally recommended.
# Defaults can be restored by simply deleting this file and all drop-ins.
#
# Use 'systemd-analyze cat-config systemd/oomd.conf' to display the full config.
#
# See oomd.conf(5) for details
[OOM]
#SwapUsedLimit=90%
#DefaultMemoryPressureLimit=60%
#DefaultMemoryPressureDurationSec=30s
# /usr/lib/systemd/oomd.conf.d/10-oomd-defaults.conf
[OOM]
DefaultMemoryPressureDurationSec=20s
et cette notion de
DefaultMemoryPressureDurationSec
que je n'ai pas encore saisi ...
Hors ligne
#6 Le 16/07/2022, à 17:51
- katian
Re : systemd-oomd + swap
bon je participe : https://github.com/systemd/systemd/issues/24048
je n'ai pas de meilleure idée
Hors ligne
#7 Le 16/07/2022, à 18:03
- lucmars
Re : systemd-oomd + swap
En effet, soit que la ram sature en 20s ! Soit que la ram sature dans la limite configurée et on bascule dans les 20s ou plutot on attend pas plus de 20s si la saturation persiste.
Mais c'est pas le man qui nous en diras plus, plutôt les dév de systemd.
Gaulois Matter !
Hors ligne