-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mrjob: restore vmem limit after launching job
When --monitor is enabled, we've been seeing issues with errors like runtime/cgo: out of memory in thread_start This appears to be due to setting the vmem limit too low in some cases. Once we've launched the subprocess, restore the vmem limit to what it was originally, to avoid this sort of problem; monitor is supposed to be for the stage code, not mrjob itself.
- Loading branch information
1 parent
2981344
commit 68756c6
Showing
2 changed files
with
40 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters