2.1.4 Released! #17281
Replies: 2 comments 1 reply
-
I just updated to 2.1.4 from 2.1.3 after posting this thread on Full Node performance issues here: https://chiaforum.com/t/full-node-system-load-observations-questions/21604/1 It seems like you've definitely fixed the performance (regressions?) in this release - that's the good news! From a different perspective - this single threaded server loop seems pretty overloaded - not sure what the ramifications are of hitting the CPU at 100% all the time limits are in the future, but I can say it's been unpleasant this time - not to mention making the idea of using a many-core low-single-core-perf CPU like ARM64 on RPI impractical. Any thoughts on how hard it would be to multi-process this event loop? Sounds like there's a transactional element to it, so maybe you're using the SQLLite locking to manage your concurrency? This could be reworked... |
Beta Was this translation helpful? Give feedback.
-
Hi since the new update since the Chias have been published, in the Gui in the history since you can find more now https://xchscan.com/ can I see the Coins habe. I am afraid that the update will not be installed until it is not yet announced. Do you have a solution? Thanks |
Beta Was this translation helpful? Give feedback.
-
Fixed
Changed
send_transaction()
total_mempool_fees()
andtotal_mempool_cost()
normal
SQlite db sync option (previously wasfull
)This discussion was created from the release 2.1.4.
Beta Was this translation helpful? Give feedback.
All reactions