diff -r 913c9751c067 -r 716254ccbcc0 org.symbian.tools.wrttools.doc.WebDeveloper/html/GUID-FED41C53-03B6-44A8-BEBB-0576E037B62B.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/org.symbian.tools.wrttools.doc.WebDeveloper/html/GUID-FED41C53-03B6-44A8-BEBB-0576E037B62B.html Fri Mar 05 19:11:15 2010 -0800 @@ -0,0 +1,15 @@ + + +totalram

totalram

+

Syntax:

+
[int] sysinfo.totalram
+

Description:

+

This is a read-only property that returns an integer value indicating the total amount of RAM of a device, measured in bytes.

+

Example code:

+
// get total RAM size in bytes
+var totalRamSize = sysinfo.totalram;
+alert("Total RAM size is " + totalRamSize/1024 + "kB");
+
\ No newline at end of file