Commit 3292a47
fix: Increase base machine for ubuntu resolve dependencies
Summary:
We are currently seeing OOM's when building presto_sql_test (See issue : 16202) .
There are several ways to fix this,
* Get beefier machines (More costly on our CI Budget)
* Refactor presto_sql_tests (Based on some cmake commands I ran it ends up pulling 70+ libraries (velox and others) to build)
Giving this build a beefier machine now to unblock while we investigate refactoring the tests to reduce memory consumption.
Differential Revision: D920759081 parent bef4942 commit 3292a47
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
222 | 222 | | |
223 | 223 | | |
224 | 224 | | |
225 | | - | |
| 225 | + | |
226 | 226 | | |
227 | 227 | | |
228 | 228 | | |
| |||
263 | 263 | | |
264 | 264 | | |
265 | 265 | | |
266 | | - | |
| 266 | + | |
267 | 267 | | |
268 | 268 | | |
269 | 269 | | |
| |||
0 commit comments