You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to openresty-en
my server has 20 cores and 32GB of memory. The nginx process corresponding to openresty is 1.5G for each nginx process and 300MB of shared memory. (20 * 1.2 GB) + 300MB = 24.3GB
Memory usage is 24.3/32= 75%, and the memory is very high, almost reaching 80%.
The CPU is usually very low, with a usage rate of 10%.
Is this normal? How to reduce memory usage. .
xue
unread,
Jul 12, 2024, 6:45:31 AMJul 12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to openresty-en
Information supplement:
The data cached by my luajit vm is all that is needed.
xue
unread,
Jul 14, 2024, 11:05:35 PMJul 14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to openresty-en
Now each nginx process reaches 2GB. Should I reduce the number of worker processes or increase the memory? Which solution is better?