Recent Lansweeper updates have included new scanning options for
• CERTIFICATES
• PNPSIGNEDDRIVERS
• PRINTERDRIVERS
• SOFTWAREMSSTOREAPPS
• SYSTEMDRIVERS
I've seen significant resource utilization issues on our local scanning server for both CPU and memory with these options enabled. Initially the Windows app store scanning caused our scanning server to stop responding altogether for minutes at a time and the scanning queue is continually backlogged.
Take a look at your local C:\program files (x86)\Lansweeper\Service\errorlog.txt to get an idea of what option(s) above might be causing excessive load for your scan server. You can use PowerShell to monitor the file realtime for new entries, example
get-content "c:\program files (x86)\lansweeper\service\errorlog.txt" -tail 40 -wait
Even with the 5 new scan options disabled, and bumping up the RAM on our server, the scan server is running out of memory within a couple of days and I'm awaiting further feedback from support for more debugging.
If you haven't already contacted support, they'll probably have additional advice.