-
Notifications
You must be signed in to change notification settings - Fork 41
Open
Description
godoc seems to be using all the resources it can get. I've found the issue and it's in doc.go:
cmd := exec.Command("godoc", "-http=127.0.0.1:"+godocPortStr, "-index=true", "templates="+godoc_templates_dir)
to:
cmd := exec.Command("godoc", "-http=127.0.0.1:"+godocPortStr, "-index=true", "-maxresu
lts=0","-templates="+godoc_templates_dir)
basically, adding -maxresults=0 makesit play nice.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels