QUIC shm data

PSS

Well-Known Member
#1
Are there some round estimation figures about QUIC data amounts that will be needed to run a relatively busy website?

I have a 16GB /dev/shm/ and I do not want it to swap. Is there a way to monitor lsws QUIC /dev/shm/ usage?
 

PSS

Well-Known Member
#3
Thanks.

Is there some kind of a shm stale/garbage collection going on there (per connection)?

Can that folder contents be deleted if it grows too big for my taste, or will it cause broken pages or worse?
Code:
rm -f /dev/shm/lsws/.quicshm*
 
Last edited by a moderator:

mistwang

LiteSpeed Staff
#4
the SHM memory are reused, try to keep the size to minimum. it wont return to system though, the file size is the peak usage.
Yes, you can remove them, then restart LSWS, it will start from fresh.
 
Top