SP Crashing

Cantor, Scott cantor.2 at osu.edu
Thu Sep 26 17:53:30 EDT 2019


On 9/26/19, 5:11 PM, "Dan McLaughlin" <dmclaughlin at tech-consortium.com> wrote:

> We are seeing two types of crashes one is the one I sent you earlier, and this is the second type.  Both happen two to
> three times per day.   We were thinking the increasing the StackSize on the TCP Listener might help with this one???

No, they're the same GCM bug. You will (largely anyway) not get crashes if you don't use the cookie session option.

The stack size issue in fact is not a factor now at all. I had forgotten that the move to 64-bit ended the constraints on address space. The old 32-bit builds were limited to 2-3G of VM depending on OS, and that was very possible to exhaust under enough load and enough threads, though very rarely on Windows. 64-bit systems have no meaningful limit on VM allocation so that's totally irrelevant now, just a historical artifact.

-- Scott
 





More information about the dev mailing list