Commit 721be69
committed
_severely_ limit mechanism size to not crash github actions runners OOM
github actions runners have relatively limited memory
the mechanism size that would result from this would crash the runners with OOM errors when attempting to run cantera simulations
this fixes the issue by limiting the size of the mechanism. this does remove the scientific validity of the test, but at least covers some basic functionality and correctness checks1 parent 9473f5e commit 721be69
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
107 | | - | |
| 107 | + | |
| 108 | + | |
108 | 109 | | |
109 | 110 | | |
110 | 111 | | |
| |||
0 commit comments