[#node-DEFAULT_RESERVED_ORPHAN_WEIGHT_PER_PEER] = xref:node.adoc[node]::DEFAULT_RESERVED_ORPHAN_WEIGHT_PER_PEER :relfileprefix: ../ :mrdocs: Default value for TxOrphanage::m_reserved_usage_per_peer. Helps limit the total amount of memory used by the orphanage. == Synopsis Declared in `<node/txorphanage.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- inline constexpr int64_t DEFAULT_RESERVED_ORPHAN_WEIGHT_PER_PEER = {404'000}; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#