Bitcoin Forum
June 27, 2024, 10:29:08 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Is there any max limit of a mempool?  (Read 863 times)
CoinLearn (OP)
Sr. Member
****
Offline Offline

Activity: 329
Merit: 251


View Profile
December 13, 2016, 03:08:30 PM
Merited by ABCbits (1)
 #1

I mean 32mb/64mb/128mb beyond which it will crash or wont relay new Tx or remove old Tx to accept new one. If there is no such fixed size, I'd like to know the max limit of an average node...
achow101
Moderator
Legendary
*
expert
Offline Offline

Activity: 3430
Merit: 6720


Just writing some code


View Profile WWW
December 13, 2016, 03:32:44 PM
Merited by ABCbits (1)
 #2

Bitcoin Core has a default max mempool of 300 MB, after which point it will start kicking transactions and increasing the minimum fee to get accepted.

CoinLearn (OP)
Sr. Member
****
Offline Offline

Activity: 329
Merit: 251


View Profile
December 13, 2016, 03:46:17 PM
 #3

Bitcoin Core has a default max mempool of 300 MB, after which point it will start kicking transactions and increasing the minimum fee to get accepted.

Thanks a Lot. Could u plz point me to the relevant part of the code in Github?
achow101
Moderator
Legendary
*
expert
Offline Offline

Activity: 3430
Merit: 6720


Just writing some code


View Profile WWW
December 13, 2016, 04:03:00 PM
 #4

Bitcoin Core has a default max mempool of 300 MB, after which point it will start kicking transactions and increasing the minimum fee to get accepted.

Thanks a Lot. Could u plz point me to the relevant part of the code in Github?
I think it happens in this function: https://github.com/bitcoin/bitcoin/blob/master/src/validation.cpp#L527

shorena
Copper Member
Legendary
*
Offline Offline

Activity: 1498
Merit: 1520


No I dont escrow anymore.


View Profile WWW
December 15, 2016, 08:07:31 AM
Merited by ABCbits (1)
 #5

Bitcoin Core has a default max mempool of 300 MB, after which point it will start kicking transactions and increasing the minimum fee to get accepted.

Thanks a Lot. Could u plz point me to the relevant part of the code in Github?

In case you want to change that behaviour you dont have to modify the source. You can use the maxmempool setting (either pass at start or via .conf file).

Im not really here, its just your imagination.
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!