Page 1 of 1

instaling

PostPosted: 16.02.2016, 19:22
by negg
At the moment the program defaults to install 200 updates at a time, is it possible to reduce this figure to 50 or less as installing over 100 slows down the configuring of updates part of my machine for some reason.

This would be a big help tnx......

Re: instaling

PostPosted: 16.02.2016, 21:06
by harry
Please update to WSUSOU v10.5!
Modifications in version 10.5

- Flexible multi-stage updating option added (Thanks to "einsfran", "Cababs", "Denniss", "aker" and "boco")
[...]

Re: instaling

PostPosted: 16.02.2016, 22:29
by negg
I have but it installs in 200 update blocks on a clean install i have over this many on an install.

When its configuring updates the first part 0% - 30% takes 30 mins
After the reset from 31%-100% takes about 50 mins this started to happen from wsusou v10 and i dont know why.

I did ask if there was a way of staging the updates into blocks but he said no viewtopic.php?f=5&t=4917 now he seems to have added it but it installs to many in one go.

I want to be able to say install updates in blocks of 50 or less not 200 !!!!

Re: instaling

PostPosted: 16.02.2016, 22:50
by harry
You can rename the file .\client\cmd\custom\SetUpdatesPerStage.cmdt to SetUpdatesPerStage.cmd and may edit it.
For details please see .\client\cmd\SetTargetEnvVars.cmd:
Code: Select all
[...]
if "%OS_RAM_GB%"=="" (
  set UPDATES_PER_STAGE=80
) else (
  set /A UPDATES_PER_STAGE=OS_RAM_GB*50
)
if exist .\custom\SetUpdatesPerStage.cmd call .\custom\SetUpdatesPerStage.cmd
if %UPDATES_PER_STAGE% LSS 50 set UPDATES_PER_STAGE=50
[...]

Re: instaling

PostPosted: 16.02.2016, 22:53
by WSUSUpdateAdmin
Hi.

Please rename ...\client\cmd\custom\SetUpdatesPerStage.cmdt to SetUpdatesPerStage.cmd and edit the file to fit the stage size of your choice, but not less than 50.

RTW

Re: instaling

PostPosted: 16.02.2016, 22:54
by WSUSUpdateAdmin
:)

Re: instaling

PostPosted: 17.02.2016, 12:52
by negg
tnx for finally adding it :)

I only have this issue on my main computer regardless of operating system, and its bloody powerful so should be able to handle the updates no probs.

Re: instaling

PostPosted: 17.02.2016, 16:01
by jonas
Hello,

also by me thanks for the multi-stage option !!! Who ever applied wsusuou to a fresh installed Win7-machine with only 2GB, knows what I mean: in the taskmanager you can see that the trustedinstaller slowly but surely increases to 1.5 GB, the available memory decreases to 90 MB or less and the free memory already reaches zero. Then nothing works.

thank you

Jonas

PS: I pondered long about the words "stage size: 50" within every update (vers. 10.5). After the discussion in this thread I knew. Would a brief explanation within the FAQ make sense?

Re: instaling

PostPosted: 12.05.2016, 15:50
by WSUSUpdateAdmin