Commit ba9b594
authored
Add back the ulimit calls for release runs (#3444)
#### Motivation
Since splitting the check and publish tasks in our build our snapshots
have been failing with problems regarding file descriptors and limits.
#### Modifications
This might be because we dropped the ulimit settings and we're trying
to use to much in terms of resources. Let's add it back and see what
happens.1 parent 071eef0 commit ba9b594
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
0 commit comments