qicosmos/cinatra

Highly concurrent downloading of 2m js files will increase memory usage

helintongh opened this issue · 1 comments

Highly concurrent downloading of 2m js files will increase memory usage

这个应该是和response里面的字符串有关,server已经增加了set_shrink_to_fit接口,设置之后每次请求完成之后都会清理内存,可以再测试一下看看。