We don't to use memory like an infinite resource and want to release memory if possible. Lets say if there are more than 100000 request it should only store latest 1000 request (can be set by humans).
I think we should provide this settings? And it seems httptoolkit also has memory leaks?
Today it was occupying 3 GB, I cleared it from ui. But the memory was not released as indicated by task manager?