Search found 1 match

by potatoBand
Sat Apr 08, 2023 1:47 am
Forum: ESP-IDF
Topic: Make causes antimalware executable to run at high cpu and memory
Replies: 6
Views: 6817

Re: Make causes antimalware executable to run at high cpu and memory

Compiling esp-idf opens lots and lots of (source) files, and the antimalware tries to scan all of them. I think you can add the esp-idf directory to the do-not-scan-on-access-list; if I recall we have a bit in the esp-idf documentation about that. Add ~\esp to exclusions in Settings -> Updates and ...