
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-06-2019 06:16 PM
We're an enterprise of just under 10k assets, we are using an IP scan of all subnets on our network. This has been working until recently when the devices stopped processing out of the scanning queue and the scanning queue continues to build up.
We're able to get 6-12 devices to scan through after restarting the Lansweeper Service, but then the queue goes back to stalling and building up.
We've added a second scanning server and have found that to perform the same way.
Currently I've disabled all scheduled scans and are trying to process scans manually, but see the same issues?
This has been submitted to support 2 days again, heard nothing back, hoping community may have ideas for us to try.
- Labels:
-
General Discussion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-07-2023 10:48 AM
We decided to restart LS process every day because it eats more 6 GB memory during scanning (old version use about <1 GB). So virtual memory is over and queue stucks.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-03-2023 07:32 PM
I am dealing with the same issue at the moment. I notice this started happening after updating Lansweeper to 10.4.3.1. Were you able to resolve your issue?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-09-2023 02:43 PM
@Mister_Nobody ,
Performance scanning targets may be clogging up and slowing down the scanning queue. These run in the background and are not visible on the scanning queue.
To attempt to resolve the issue, please follow the steps below:
- Clear the scanning queue by restarting the concerned scanning service under services.msc on the device hosting the scanning server.
- When the queue has cleared, rerun the scanning targets.
Should the issue persist, disable all scanning under Scanning\Performance Scanning. (if any are enabled) and repeat the above steps.
If disabling your performance scanning resolves the issue, we recommend following the steps below to prevent the issue in the future:
- Configure your performance scanning targets to scan fewer assets or less frequently to reduce the resources used here.
- Increase your Windows scanning threads under Configuration\Server Options.
- Add additional scanning servers to your installation and spread your scanning targets across multiple machines. https://www.lansweeper.com/knowledgebase/setting-up-an-installation-with-multiple-scanning-servers/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-10-2023 05:24 AM
No, we don't use Performance Scanning.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-09-2019 06:48 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-06-2019 08:05 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-06-2019 07:45 PM
Using my own server for perspective I see it is 27551MB, 1191MB unallocated, ~11k devices (14k assets).

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-06-2019 08:01 PM
Assets: 13569
Size: 12413.63 MB
Unallocated: 56.83 MB
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-10-2023 05:34 AM
LS Server Microsoft SQL Server 2017 on Windows Server 2019
Schema Version: 700
Assets: 16699
Size: 11415.06 MB
Unallocated: 387.89 MB
Also we added 2 scheduled tasks:
1. Clean_tblServicesUni:
DELETE FROM tblServicesUni WHERE ServiceuniqueID NOT IN (SELECT serviceuniqueid FROM tblservices)
2. Delete_Future_Events:
delete from tblntlog where tblNtlog.TimeGenerated > Current_TimeStamp
