This repository was archived by the owner on Nov 20, 2018. It is now read-only.
This repository was archived by the owner on Nov 20, 2018. It is now read-only.
[Perf] High Allocator DefaultHttpContext #402
Closed
Description
For 2000 plaintext requests DefaultHttpContext allocates 12,078 objects:
Clocking in at 927,624 bytes:
Which would mean if you were performing 1M rps the GC would have to flush 6,039,000 objects and 464 Mbytes per second, 927 Mbytes per second for 2M rps and 3.2GBytes (42.3M objects) per second for 7M rps (~10GbE saturation) or 192 GBytes per minute.