LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Available Memory

Solved!
Go to solution

Hey, is there a tool/vi that can tell me progamatically how much memory my computer has available? I've looked around and can't seem to find it.

 

Thanks!

0 Kudos
Message 1 of 8
(3,111 Views)

Resource monitor/task manager doesn't do the trick?

Bill
CLD
(Mid-Level minion.)
My support system ensures that I don't look totally incompetent.
Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.
Humble author of the CLAD Nugget.
0 Kudos
Message 2 of 8
(3,101 Views)

Sure, I was just looking for a way to do it within labview

0 Kudos
Message 3 of 8
(3,083 Views)

Just working with large blocks of data, and wanted to see how much memory is getting sucked up

0 Kudos
Message 4 of 8
(3,083 Views)

You could just do a system exec call.  "wmic os get FreePhysicalMemory"

0 Kudos
Message 5 of 8
(3,071 Views)

@Speaks wrote:

Hey, is there a tool/vi that can tell me progamatically how much memory my computer has available? I've looked around and can't seem to find it.

 

Thanks!


I'm such an idiot.  Sorry.

Bill
CLD
(Mid-Level minion.)
My support system ensures that I don't look totally incompetent.
Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.
Humble author of the CLAD Nugget.
0 Kudos
Message 6 of 8
(3,051 Views)
Solution
Accepted by topic author Speaks
Message 7 of 8
(3,028 Views)

no worries, happen to the best of us .LOL

0 Kudos
Message 8 of 8
(2,966 Views)