Jump to content
Sign in to follow this  
pride545

VAS

Recommended Posts

Could someone tell me the program to moniter VAS? Thanks

https://blogs.technet.microsoft.com/markrussinovich/2008/11/17/pushing-the-limits-of-windows-virtual-memory/

 

 

https://technet.microsoft.com/en-us/sysinternals/bb896653.aspx

 

 

if you got the 777 or the ngx its in the introduction manual there are other good info in the intro as well


I7-800k,Corsair h1101 cooler ,Asus Strix Gaming Intel Z370 S11 motherboard, Corsair 32gb ramDD4,    2  ssd 500gb 970 drive, gtx 1080ti Card,  RM850 power supply

 

Peter kelberg

Share this post


Link to post

Powershell script

 

$processname='Prepar3D'
$seconds='5'
 
while (Get-Process -Name $processname -ErrorAction SilentlyContinue)
{
$Vasmonitor=Get-Process -Name $processname | ForEach-Object {[math]::Round($_.VirtualMemorySize / 1MB)}
Write-Host "Prepar3D currently have $Vasmonitor MB left"
Start-Sleep -Seconds $seconds
}

Share this post


Link to post

Hi Moe,

I have been using a VAS monitor for years, but I don't know how to send you a small zip file. Are you on a VA that has Team Speak, I could send it that way.

Regards,

Jerry

Share this post


Link to post

Hi Moe,

I have been using a VAS monitor for years, but I don't know how to send you a small zip file. Are you on a VA that has Team Speak, I could send it that way.

Regards,

Jerry

 

Email, dropbox, google drive, megaupload, zippyshare, and a number of other places (though I only use the first 3).


Kyle Rodgers

Share this post


Link to post

 

 


Powershell script

 

Ask a direct question, get a direct answer!  Love it!


Dave Hodges

 

System Specs:  I9-13900KF, NVIDIA 4070TI, Quest 3, Multiple Displays, Lots of TERRIFIC friends, 3 cats, and a wonderfully stubborn wife.

Share this post


Link to post

Thanks for the tips Kyle,

I found Moe's email, sent him the file, have no way of knowing if he got it.

Regards,

Jerry Friz

ps

 

If others want it, email me, my address is in my account

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  
  • Tom Allensworth,
    Founder of AVSIM Online


  • Flight Simulation's Premier Resource!

    AVSIM is a free service to the flight simulation community. AVSIM is staffed completely by volunteers and all funds donated to AVSIM go directly back to supporting the community. Your donation here helps to pay our bandwidth costs, emergency funding, and other general costs that crop up from time to time. Thank you for your support!

    Click here for more information and to see all donations year to date.
×
×
  • Create New...