WIP: Feature/6/jeffreypicard/dockerize for deployment #7

Closed
jeffreypicard wants to merge 80 commits from feature/6/jeffreypicard/dockerize-for-deployment into master
Showing only changes of commit 783313f53d - Show all commits

View file

@ -13,8 +13,8 @@ import (
) )
const ( const (
fileLimitWant = 2048 fileLimitWant = 2048 * 12
fileLimitMin = 1024 fileLimitMin = 2048 * 8
) )
// SetLimits raises some process limits to values which allow btcd and // SetLimits raises some process limits to values which allow btcd and