disable gpu usage for lotus daemon
This commit is contained in:
parent
8b0c0a9439
commit
17e969bc4a
@ -17,6 +17,8 @@ import (
|
||||
var AdvanceBlockCmd *cli.Command
|
||||
|
||||
func main() {
|
||||
os.Setenv("BELLMAN_NO_GPU", "1")
|
||||
|
||||
lotuslog.SetupLogLevels()
|
||||
|
||||
local := []*cli.Command{
|
||||
|
Loading…
Reference in New Issue
Block a user