For those that are having a similar error to:
java.lang.OutOfMemoryError: GC overhead limit exceeded
Something that worked for me but was hard to figure out:
Increase the max memory. The default CF install sets it to 512 MB, if you have CF standard you can bump this to 1024 MB, with enterprise you can go beyond that, e.g.: -Xmx4096m
Scott