Retourner au contenu associé (journal : Python à trou : trouve ton environnement)
Posté par thoasm le 24 février 2025 à 12:47. En réponse au journal Python à trou : trouve ton environnement. Évalué à 7.
Tu peux expérimenter avec des cgroups et des limites avec la commande systemd-run par exemple.
Lancer un shell avec max 50 sous-processus : bash systemd-run --scope -p TasksMax=50 --pty bash
bash systemd-run --scope -p TasksMax=50 --pty bash
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
[^] # Re: Maintenant qu'on est vendredi...
Posté par thoasm . En réponse au journal Python à trou : trouve ton environnement. Évalué à 7.
Tu peux expérimenter avec des cgroups et des limites avec la commande systemd-run par exemple.
Lancer un shell avec max 50 sous-processus :
bash
systemd-run --scope -p TasksMax=50 --pty bash