The Out Of Memory killer (oom-killer) in the OS can kill the queries that are run by GPCC to capture the table sizes.
Disabling the "Table Size Checkā will stop the OOM-killer events from occurring.
A query that the GPCC used to get the table size consumes a lot of memory on Greenplum 7.x, this happens when table size update is enabled and it will use the User Defined Function(UDF) gpcc_filenode_scan() to get the table size.
The SQL for the function has been rewritten to improve the performance and reduce the memory used.
Fixed in GPCC 7.2.