Hi,
I found that the relevance for RAM on the Bigfix :
if (exists true whose (if true then exists ram else false)) then (if (it > 128) then ( ((it / 32) * 32) + (if (it mod 32 > 16) then 32 else 0) ) else it) of (size of ram / (1024*1024)) as string & " MB" else “”
Why not just :
if (exists true whose (if true then exists ram else false)) then (size of ram / (1024*1024)) as string & " MB" else “”
It seems would cause a minor different about the results.
Anyone could tell me why?
Thanks.