10-28-2002 02:40 AM
10-28-2002 07:08 AM
10-28-2002 07:21 AM
10-28-2002 07:25 AM
07-27-2006 01:17 PM
Hi,
I am trying to find the RAM size of a IBM Blade server with 16GB RAM in it. We have dual Opteron Processors on the Blade which are 64bit processors. The getMemoryInfo.vi works fine for 32 bit windows processors. When I use the same program in an IBM Blade server with Windows NT on it, it cannot show values above I32 range. Do you have any suggestions ?
Thanks in Advance.
~sambit~
07-27-2006 01:41 PM
To the best of my knowledge...
The amount of memory available to an application is limited by;
1) The amount of physical memory in the machine and
2) The operating system
32 bit OS can only handle 4 Gig where 2 Gig is available to LV.
I believe you will have to go with a 64 bit OS and use LV8 (which is the first version of LV that supports 64 bit machines).
If someone knows otherwise please feel free to correct me!
Trying to help,
Ben
07-27-2006 04:33 PM
07-27-2006 05:07 PM
Try using vbs script.
http://www.microsoft.com/technet/scriptcenter/scripts/default.mspx?mfr=true
Then go to hardware section, then memory.
Download scriptomatic 2.0 and you can run some sample scripts to see what you will get before writing labview code.
http://www.microsoft.com/technet/scriptcenter/tools/scripto2.mspx
07-28-2006 11:47 AM
07-28-2006 01:13 PM
Thanks fo rthe update Sambit!
If you find that LV can make use of more than 2Gig, I'd really love to hear about that.
Ben