WIP: Feature/6/jeffreypicard/dockerize for deployment #7
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue