From e1a4e5d1c0361d31fe771b6b83b0da50690635df Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sat, 13 Feb 2021 02:20:04 +0000 Subject: cmogstored 1.8.1 - use default system stack size This release fixes a segfault on some systems/toolchains where our per-thread stack size was too small. Given the prevalance of 64-bit systems nowadays, using a small stack is unlikely to yield any benefits. Users on 32-bit systems who wish to continue with a minimal stack should use "ulimit -s" in startup scripts or configure their process manager appropriately (e.g. setting the "LimitSTACK" directive in described in systemd.exec(5)). Thanks to Xiao Yu for reporting and testing at our public mailbox: https://yhbt.net/cmogstored-public/CABfxMcW+kb5gwq3pSB_89P49EVv+4UkJXz+mUPQTy19AdrwbAg@mail.gmail.com/T/ --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index e934369..5e76388 100644 --- a/README +++ b/README @@ -83,7 +83,7 @@ Source tarballs suitable for distribution are housed here: * https://yhbt.net/cmogstored/files/ The latest stable release is: - https://yhbt.net/cmogstored/files/cmogstored-1.8.0.tar.gz + https://yhbt.net/cmogstored/files/cmogstored-1.8.1.tar.gz See https://yhbt.net/cmogstored/NEWS for release notes -- cgit v1.2.3-24-ge0c7