Commit b0e1627
authored
Add file handle limit setting for Alpine (#94439)
* Add file handle limit setting for Alpine
Alpine does not automatically increase the file handle limit to the maximum. #82719 (comment)
As a result we need to increase the limit manually, as we are seeing "Too many files" errors.
* Bump limit to hard cap
* Remove space1 parent 50d4a99 commit b0e1627
File tree
2 files changed
+2
-2
lines changed- eng/pipelines/coreclr/templates
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
| 105 | + | |
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| |||
0 commit comments