Page 1 of 1

Out of Virtual Memory

PostPosted: Thu Jan 25, 2007 8:25 am
by icenoodle
Hello everyone,

When I use "Network Stumbler + vbscript" in a long time (like 10 hours),
The Virtual Memory (paging file) of Network Stumbler increase to 500MB or more.

Please help me fix this problem, thanks.

:)

PostPosted: Thu Jan 25, 2007 8:42 am
by wrzwaldo
icenoodle wrote:Hello everyone,

When I use "Network Stumbler + vbscript" in a long time (like 10 hours),
The Virtual Memory (paging file) of Network Stumbler increase to 500MB or more.

Please help me fix this problem, thanks.

:)


Simple fix. Don't run NS for 10 hours!

PostPosted: Thu Jan 25, 2007 8:50 am
by streaker69
wrzwaldo wrote:Simple fix. Don't run NS for 10 hours!


Simple Fix Part Deux: Buy more Virtual Memory.

PostPosted: Thu Jan 25, 2007 9:10 am
by Barry
streaker69 wrote:Simple Fix Part Deux: Buy more Virtual Memory.



You use Monopoly money for that right?

PostPosted: Thu Jan 25, 2007 11:17 am
by nashr
icenoodle wrote:Hello everyone,

When I use "Network Stumbler + vbscript" in a long time (like 10 hours),
The Virtual Memory (paging file) of Network Stumbler increase to 500MB or more.

Please help me fix this problem, thanks.

:)



NS has a Virtual Memory paging file? Perhaps you mean Windows Virtual Memory?

PostPosted: Thu Jan 25, 2007 11:21 am
by theprez98
Could be a corrupted HIMEM.SYS file. :p

PostPosted: Thu Jan 25, 2007 11:45 am
by streaker69
theprez98 wrote:Could be a corrupted HIMEM.SYS file. :p


I once corrupted a hymen.

PostPosted: Thu Jan 25, 2007 6:48 pm
by icenoodle
Based some reasons I can't fight, I have to run NS for a long time.

About Virtual Memory, I mean VM Size in Processes Tab of Windows Task Manager.

:)

PostPosted: Thu Jan 25, 2007 6:55 pm
by streaker69
Sounds like whatever VbScript you're running has a memory bleed. Buy more memory or debug your script.

PostPosted: Fri Jan 26, 2007 9:10 pm
by goldfndr
The script you're using seems less than optimal if you're running for 10 hours - at 5 minutes per script, that's 120 text files.

Have you considered using [thread=12512]the Master script[/thread] instead? I think UseDatabase with IndividualReadings would be the best bet. And you could use UseFiltering.

BTW, you seem to have an averaging bug (it looks like you're giving equal weight to the previous average and the current Signal value).

PostPosted: Sat Jan 27, 2007 12:09 am
by icenoodle
I never use "Master script" before, but it seems a great tool, I will try.

About "averaging bug", thanks your remind.

:)