Skip to content

Commit

Permalink
Fix a typo in limit exceeded message.
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-azarchs committed Jan 3, 2019
1 parent a332ca6 commit bc3c93b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/mrjob/mrjob.go
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@ func (self *runner) monitor(lastHeartbeat *time.Time) error {
} else {
util.LogInfo("monitor",
"Stage exceeded its address space quota (using %.1f, allowed %dG)",
vmem, self.jobInfo.MemGB)
vmem, self.jobInfo.VMemGB)
}
}
if time.Since(*lastHeartbeat) > HeartbeatInterval {
Expand Down

0 comments on commit bc3c93b

Please sign in to comment.