Login | |
|
 |
RE: wscript memory use - 10/20/2008 1:32:51 AM
|
|
 |
|
| |
ebgreen
Posts: 5251
Score: 31
Joined: 7/12/2005
Status: offline
|
I think you are looking for a solution to the wrong problem. The memory usage is a function of the script and what it is doing. If the script is using too much memory, then the script needs to be optimized.
_____________________________
"... when you are good and crazy, oooh, oooh, oooh, the sky is the limit!" - The Tick Goog places to start:http://www.visualbasicscript.com/m_24727/tm.htm http://www.visualbasicscript.com/m_47117/tm.htm
|
|
| |
|
|
|
 |
RE: wscript memory use - 10/20/2008 2:09:33 AM
|
|
 |
|
| |
ebgreen
Posts: 5251
Score: 31
Joined: 7/12/2005
Status: offline
|
I just can't see what reinstallation of the engine would do. The engine is just a collection of DLLs and EXEs. There isn't anything that preserves state in the engine itself. For there to be some sort of over time cumulative effect, the engine would need to be preserving state in some fashion.
_____________________________
"... when you are good and crazy, oooh, oooh, oooh, the sky is the limit!" - The Tick Goog places to start:http://www.visualbasicscript.com/m_24727/tm.htm http://www.visualbasicscript.com/m_47117/tm.htm
|
|
| |
|
|
|
 |
RE: wscript memory use - 10/20/2008 2:57:22 AM
|
|
 |
|
| |
TNO
Posts: 1402
Score: 16
Joined: 12/18/2004
From: thenewobjective.com
Status: offline
|
I must agree with ebgreen and say look at the code that wscript is running and not the engine itself
_____________________________
To iterate is human, to recurse divine. -- L. Peter Deutsch
|
|
| |
|
|
|
 |
RE: wscript memory use - 10/20/2008 5:29:12 AM
|
|
 |
|
| |
Fredledingue
Posts: 383
Score: 0
Joined: 5/9/2005
From:
Status: offline
|
Yes but he said "the same script uses 5 mb instead of 100 mb", so it can be a defect in his engine version. But 5 mb is already huge for a script (unless you are loading datas that big). I'd try uninstalling wscript before re-installing again a previous version.
_____________________________
Fred
|
|
| |
|
|
|
 |
RE: wscript memory use - 12/11/2008 7:42:31 AM
|
|
 |
|
| |
mcds99
Posts: 441
Score: 4
Joined: 2/28/2006
Status: offline
|
Find the script components in SP3 and replace the existing.
_____________________________
Sam Keep it Simple Make it Fun KiSMiF
|
|
| |
|
|
|
|
|