Re: [squid-users] FATAL: assertion failed: mem/PageStack.cc:159: "StoredNode().is_lock_free()"

2024-06-28 Thread Nishant Sharma
On 28/06/24 19:44, Alex Rousskov wrote: I do not know the answer to your question. SMP performance penalties are often smaller for smaller cache sizes, but cache size is not the only performance-affecting locking-sensitive parameter, so YMMV. I was able to compile after commenting the specific

Re: [squid-users] FATAL: assertion failed: mem/PageStack.cc:159: "StoredNode().is_lock_free()"

2024-06-28 Thread Alex Rousskov
On 2024-06-28 01:38, Nishant Sharma wrote: On 27/06/24 23:06, Alex Rousskov wrote: and how your traffic tickles them, SMP Squid without atomic locks might become very slow! We do not (and, IMO, should not) optimize performance for environments without lock-free atomics! I see the following op