Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(152)

Side by Side Diff: experimental/webtry/safec++

Issue 265453010: Set ulimits for the compile stage. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | experimental/webtry/webtry.go » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 #!/bin/bash
2 # Limit the amount of time and the core size for the compiler.
mtklein 2014/04/30 19:16:30 set -e ?
jcgregorio 2014/04/30 19:23:47 Done.
3
4 ulimit -t 5 -c 1
mtklein 2014/04/30 19:16:30 Maybe just -c 0 if we're already willing to limit
jcgregorio 2014/04/30 19:23:47 Done.
5
6 c++ $@
OLDNEW
« no previous file with comments | « no previous file | experimental/webtry/webtry.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698