diff --git a/README.md b/README.md index f10cc95b6e8364a8674c4fbf3499618517585485..2f94b0d892412c3d0b0f5c9a6ee635177ab99ac0 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