P PSS Well-Known Member May 31, 2018 #1 May 31, 2018 #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?
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?
M mistwang LiteSpeed Staff May 31, 2018 #2 May 31, 2018 #2 check output Code: ll /dev/shm/lsws/.quicshm* Last edited by a moderator: Jun 1, 2018
P PSS Well-Known Member May 31, 2018 #3 May 31, 2018 #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: Jun 1, 2018
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*
M mistwang LiteSpeed Staff May 31, 2018 #4 May 31, 2018 #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.
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.