I figured it out. I had assumed that it was a gmetad problem, but it turned out to be a problem with PHP - specifically the amount of memory that PHP is allowed to allocate. I put this in my apache config file for ganglia:
php_value memory_limit 32M and it works fine now. Sorry! Jim