aboutsummaryrefslogtreecommitdiff
path: root/src/httpserver.cpp
diff options
context:
space:
mode:
authorWladimir J. van der Laan <[email protected]>2017-03-30 09:37:47 +0200
committerWladimir J. van der Laan <[email protected]>2017-03-30 09:45:41 +0200
commit625488ace5c41ccba1b68323a72588000782f820 (patch)
tree54d5409d1417ded7f1a5b523a3d9fe2af06f8d6d /src/httpserver.cpp
parentMerge #9294: Use internal HD chain for change outputs (hd split) (diff)
downloaddiscoin-625488ace5c41ccba1b68323a72588000782f820.tar.xz
discoin-625488ace5c41ccba1b68323a72588000782f820.zip
util: Work around (virtual) memory exhaustion on 32-bit w/ glibc
glibc-specific: On 32-bit systems set the number of arenas to 1. By default, since glibc 2.10, the C library will create up to two heap arenas per core. This is known to cause excessive virtual address space usage in our usage. Work around it by setting the maximum number of arenas to 1.
Diffstat (limited to 'src/httpserver.cpp')
0 files changed, 0 insertions, 0 deletions