Skip to content
This repository has been archived by the owner on Sep 3, 2020. It is now read-only.

limit the number of processes to a safe boundary #46

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

devsmt
Copy link

@devsmt devsmt commented Dec 10, 2014

using runtime.GOMAXPROCS() to prevent problems in less capable, older hardware

…evel Go code simultaneously, should prevent problems on less capable old machines.
…evel Go code simultaneously, should prevent problems on less capable old machines.
@rakyll
Copy link
Owner

rakyll commented Dec 20, 2014

Your commit description should say something relevant about the change, and squash your commits please.

@@ -20,7 +20,7 @@ import (
"fmt"
"os"
"path/filepath"

"runtime"
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

gofmt your code

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants