From f3030ed3c6cf2ea033eddfcee6ea7aec9d529855 Mon Sep 17 00:00:00 2001 From: Recolic <git@me.recolic.net> Date: Tue, 6 Feb 2024 19:03:40 +0000 Subject: [PATCH] Update README.md --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index f10cc95..2f94b0d 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,19 @@ If you cannot do level-2 enroll, these additional logs might help: If everything looks good, also check `journalctl -xe` and `sudo journalctl -xe` for other information. +### Known bugs + +- Memory Leak / High RAM usage + +microsoft-intune-device broker service is known to be eating memory. It will eat all your RAM if running long enough. Use whatever script you like to run the following command every 12 hours: + +``` +# Leaks a lot +sudo systemctl restart microsoft-identity-device-broker.service +# Leaks little +systemctl restart --user microsoft-identity-broker.service +``` + ### Common errors - microsoft-identity-broker.service: Failed at step STATE_DIRECTORY spawning /opt/microsoft/identitybroker/bin/microsoft-identity-broker: Operation not permitted -- GitLab