aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/utils/fdlimit_windows.go
Commit message (Collapse)AuthorAgeFilesLines
* common/fdlimit: Move fdlimit files to separate package (#15850)Ricardo Domingos2018-01-121-47/+0
| | | | | | | | | | | | | | * common/fdlimit: Move fdlimit files to separate package When go-ethereum is used as a library the calling program need to set the FD limit. This commit extract fdlimit files to a separate package so it can be used outside of go-ethereum. * common/fdlimit: Remove FdLimit from functions signature * common/fdlimit: Rename fdlimit functions
* cmd/utils: add check on fd hard limit, skip test if below target (#15684)lash2017-12-211-0/+6
| | | | | | | | | | * cmd/utils: Add check on hard limit, skip test if below target * cmd/utils: Cross platform compatible fd limit test * cmd/utils: Remove syscall.Rlimit in test * cmd/utils: comment fd utility method
* cmd, eth, ethdb, node: prioritise chaindata for resources, bump cachePéter Szilágyi2016-03-091-0/+41