mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-08-30 04:51:13 +02:00
doc: remove mention of glibc 2.10+
We already require glibc 2.27+, so mentioning a much older version here is redundant.
This commit is contained in:
@@ -43,7 +43,7 @@ threads take up 8MiB for the thread stack on a 64-bit system, and 4MiB in a
|
||||
|
||||
## Linux specific
|
||||
|
||||
By default, since glibc `2.10`, the C library will create up to two heap arenas per core. This is known to cause excessive memory usage in some scenarios. To avoid this make a script that sets `MALLOC_ARENA_MAX` before starting bitcoind:
|
||||
By default, glibc will create up to two heap arenas per core. This is known to cause excessive memory usage in some scenarios. To avoid this make a script that sets `MALLOC_ARENA_MAX` before starting bitcoind:
|
||||
|
||||
```bash
|
||||
#!/usr/bin/env bash
|
||||
|
Reference in New Issue
Block a user