#
#! /bin/csj
# 
# Script: memSize
# Purpose: Return main store size.
# Parameters: none
# Returns: Memory size in megabytes bytes
#

echo `hinv | grep "Main memory size:" | awk '{print $4}'`
