 LT
		
			LT
		
		
		
		
		
		
		
		
	
			10-28-2002 02:40 AM
 SachaE
		
			SachaE
		
		
		
		
		
		
		
		
	
			10-28-2002 07:08 AM
 
 SachaE
		
			SachaE
		
		
		
		
		
		
		
		
	
			10-28-2002 07:21 AM
 
 eh
		
			eh
		
		
		
		
		
		
		
		
	
			10-28-2002 07:25 AM
 Sambit_Panigrah
		
			Sambit_Panigrah07-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~
 Ben
		
			Ben
		
		
		 
		
		
		
		
		
	
			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
 Sambit_Panigrah
		
			Sambit_Panigrah07-27-2006 04:33 PM
 unclebump
		
			unclebump
		
		
		
		
		
		
		
		
	
			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
 Sambit_Panigrah
		
			Sambit_Panigrah07-28-2006 11:47 AM

 Ben
		
			Ben
		
		
		 
		
		
		
		
		
	
			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