Re: Cache too small

Tech-Archive recommends: Fix windows errors by optimizing your registry



If you have SMS auto-installing Advanced Client, you can also adjust the
[Client Install] section of your MobileClient.tcf file/s (one per DP? or
MP?)
The MobileClient.tcf is located in \sms\bin\i386 directory

Mine look like this:

[Client Install]
Package=system32\ccmsetup\Client.msi
Install=INSTALL=ALL "SMSSITECODE=AUTO" "SMSCACHESIZE=1280"


Gill

"Forrest" <Forrest@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:B2428985-C8C8-43F1-928D-A557A1B33F98@xxxxxxxxxxxxxxxx
Thanks for the info. I'll test this more but it appears to work.
Created a file cache.vbs with the contents....

--------------------------------------------------------------
Set ui = CreateObject("UIResource.UIResourceMgr")

Set cacheInfo = ui.GetCacheInfo
cacheInfo.TotalSize = 2000 ' Change maximum size to 2GB (approx)
--------------------------------------------------------------

I'll push this out to my client PC's.
Found this info here...
http://www.microsoft.com/technet/desktopdeployment/depprocess/osddlex_4.mspx

Thanks!
-Forrest

"mvl" wrote:

You will find a script ot increase the client's cache in the SMS SDK.

Cheers

MV

"Forrest" wrote:

I am distributing a 350 meg package to a client with the option to
download
first before executing. The last status message failed with the
message of
"Cache too small"

My question is how do I increase the cache size to, say, 4 gig?


.