Commit Graph

16 Commits

Author SHA1 Message Date
sakridge 84e52b6065
Increase vm map limit recommendation (#14892)
Give some more buffer from 400k
2021-01-29 09:01:01 -08:00
Michael Vines cdd3e7d856
Remove solana-vote-signer (#14099) 2020-12-13 19:12:20 -08:00
Trent Nelson 11951eb009 Sync FD limit and max maps to 500k 2020-08-19 16:36:03 +00:00
Michael Vines 2521f75c18
Advertise node software version in gossip (#9981)
* Advertise node version in gossip

* Remove solana_clap_utils::version! macro
2020-05-11 15:02:01 -07:00
Michael Vines 892e425d87 Improve sys-tuner error message 2020-04-14 12:21:05 -07:00
Michael Vines 6a2be8b0ca Moar vm.max_map_count 2020-04-08 18:14:27 -07:00
Michael Vines b543aee24e
Tune udp buffers and vmmap immediately (#9194) 2020-03-31 22:53:36 -07:00
sakridge a70008cc5c
Increase vmap count in sys-tuner (#8940) 2020-03-18 16:24:39 -07:00
carllin 504adcc8c8 Remove PoH priority tuning (#7494)
* Remove priority tuning

* Allow dead code
2019-12-16 16:36:37 -08:00
Pankaj Garg 9d7a926a8b
Tune UDP rmem/wmem using sys-tuner daemon (#7273) 2019-12-04 15:17:24 -08:00
Pankaj Garg 75d505c431 Don't hardcode username in sys-tuner (#7234)
automerge
2019-12-04 11:39:26 -08:00
Pankaj Garg f75c51ff71 sys-tuner to check uid of the proc entry (#7232)
automerge
2019-12-03 16:03:10 -08:00
Pankaj Garg c996c8ff49 Protect sys-tuner socket access at create (#7230)
automerge
2019-12-03 14:29:37 -08:00
Michael Vines 5ac435325b
Fix windows build more (#7208) 2019-12-02 22:09:06 -07:00
Michael Vines 1aeaf052a6
Fix windows build (#7204) 2019-12-02 19:45:07 -07:00
Pankaj Garg 076e384bb5
Tool to tune system parameters like PoH service priority (#7155)
* New daemon to tune system parameters like PoH service priority

* fixes for Linux

* integrate with poh_service

* fixes

* address review comments

* remove `dead_code` directive
2019-12-02 16:46:46 -08:00