Search

GC easy – Universal Java GC Log Analyser

Tag

APM tool

TCP: out of memory — consider tuning tcp_mem

The article describes a production issue where an AWS EC2 application instance became unresponsive while others continued functioning. Investigation revealed repeated "TCP: out of memory" messages from the dmesg command. After an unsuccessful server restart, the instance was rebooted, resolving the issue. Kernel properties were identified to optimize TCP memory limits.

QUESTIONING STATUS QUO – ‘SERIAL GC NOT FOR SERIOUS APPLICATIONS’

This study challenges the notion that Serial GC is unsuitable for serious applications by comparing it to G1 GC in a real production environment. Results showed comparable throughput and better latency for Serial GC. The findings suggest that with careful tuning, Serial GC can perform effectively in production settings, questioning established beliefs.

Up ↑