What is important to know regarding J2EE memory consumption of information broadcasting scenarios?
It is recommended to allocate at least 1 GB heap size for the J2EE Engine. The lower the heap size, the time needed for full garbage collection. Frequent full garbage collection should be avoided. As a rule of thumb, the J2EE engine should not spend more than 5% of its CPU time on garbage collection.