## Development Task When TLS is enabled, each connection uses 4*32K=128KB of memory. The result is that a 2C4G instance can only hold 5K connections. <img width="3014" height="874" alt="Image" src="https://github.com/user-attachments/assets/8fea4630-91e4-406e-a568-3c61124f2f52" /> Since the data is buffered by basicReadWriter, tlsReadWriter doesn't need to buffer it again.