Skip to content

Commit

Permalink
Merge pull request #7723 from influxdata/js-remove-gomaxprocs-override
Browse files Browse the repository at this point in the history
Remove the override of GOMAXPROCS
  • Loading branch information
jsternberg authored Dec 14, 2016
2 parents eceecf4 + 74d4745 commit 75f3b7d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ The stress tool `influx_stress` will be removed in a subsequent release. We reco
- [#7669](https://github.com/influxdata/influxdb/issues/7669): Uncomment section headers from the default configuration file.
- [#7684](https://github.com/influxdata/influxdb/issues/7684): Update Go version to 1.7.4.
- [#7036](https://github.com/influxdata/influxdb/issues/7036): Switch logging to use structured logging everywhere.
- [#7723](https://github.com/influxdata/influxdb/pull/7723): Remove the override of GOMAXPROCS.

### Bugfixes

Expand Down
3 changes: 0 additions & 3 deletions cmd/influxd/run/command.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,6 @@ func (cmd *Command) Run(args ...string) error {
// Print sweet InfluxDB logo.
fmt.Print(logo)

// Set parallelism.
runtime.GOMAXPROCS(runtime.NumCPU())

// Mark start-up in log.
cmd.Logger.Info(fmt.Sprintf("InfluxDB starting, version %s, branch %s, commit %s",
cmd.Version, cmd.Branch, cmd.Commit))
Expand Down

0 comments on commit 75f3b7d

Please sign in to comment.