disable gpu usage for lotus daemon

This commit is contained in:
Jeromy 2020-05-13 14:22:05 -07:00
parent 8b0c0a9439
commit 17e969bc4a

View File

@ -17,6 +17,8 @@ import (
var AdvanceBlockCmd *cli.Command
func main() {
os.Setenv("BELLMAN_NO_GPU", "1")
lotuslog.SetupLogLevels()
local := []*cli.Command{