
2 Nov
2021
2 Nov
'21
12:30
On 02/11/2021 15.03, Per Jessen wrote:
For now, I've asked Lars to increase the swap space - I really think 8Gb ought to be enough, but let's see.
A larger swap can be a bad idea in many cases. Because if something starts to actively use that much memory, then it will keep writing to swap and reading from swap and that can kill performance. That is called "Thrashing" Atm I see 7 nginx processes at 1GB RAM usage, but they are forked from a common parent, so much of that RAM is shared between them. It can happen though, that if data changes, it gets unshared over time.