Commit f5fa652
committed
Configure Class Count
Previously, the class_count memory calculator parameter was not defined in the
configuration YAML files where it was legal. This meant that the buildpack
automatically discarded any attempt to configure it, as it was not considered
a legal value. This change adds the key to the configuration, with an empty
value ensure that is configurable with an environment variable and defaults to
the calculated value when it is not.
[resolves #464]1 parent 2223f47 commit f5fa652
3 files changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
28 | 29 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
31 | 32 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
31 | 32 | | |
0 commit comments