Open maxjustus opened 10 years ago
Entities below 4kb in size shouldn't cause memory fragmentation, since they're below the nginx slab allocator page size on most architectures. Will need to do some testing to make sure it doesn't cause fragmentation.
Would also be good to not bother gzipping them.
the latest NGINX fixes the memory fragmentation issue, so this should no longer be needed.
Entities below 4kb in size shouldn't cause memory fragmentation, since they're below the nginx slab allocator page size on most architectures. Will need to do some testing to make sure it doesn't cause fragmentation.