Merge pull request #1729 from filecoin-project/feat/disable-lotus-daemon-gpu

disable gpu usage for lotus daemon
This commit is contained in:
Łukasz Magiera 2020-05-13 23:24:06 +02:00 committed by GitHub
commit 0533cf22e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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