Skip to content

Commit 8c3d276

Browse files
author
Christopher Frost
committed
Remove Memory Calculate at Staging Note
Update the docs to correctly state that memory will be calculated on application start. [#99933632]
1 parent 309e8c5 commit 8c3d276

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/jre-open_jdk_jre.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The JRE can also be configured by overlaying a set of resources on the default d
3131
### Memory
3232
The total available memory is specified when an application is pushed as part of it's configuration. The Java buildpack uses this value to control the JRE's use of various regions of memory. The JRE memory settings can be influenced by configuring the `memory_sizes` and/or `memory_heuristics` mappings.
3333

34-
Note: if the total available memory is scaled up or down, the Java buildpack does not re-calculate the JRE memory settings until the next time the appication is pushed.
34+
Note: if the total available memory is scaled up or down, the Java buildpack will re-calculate the JRE memory settings the next time the appication is started.
3535

3636
#### Memory Sizes
3737
The following optional properties may be specified in the `memory_sizes` mapping.

docs/jre-oracle_jre.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ The JRE can also be configured by overlaying a set of resources on the default d
4040
### Memory
4141
The total available memory is specified when an application is pushed as part of it's configuration. The Java buildpack uses this value to control the JRE's use of various regions of memory. The JRE memory settings can be influenced by configuring the `memory_sizes` and/or `memory_heuristics` mappings.
4242

43-
Note: if the total available memory is scaled up or down, the Java buildpack does not re-calculate the JRE memory settings until the next time the appication is pushed.
43+
Note: if the total available memory is scaled up or down, the Java buildpack will re-calculate the JRE memory settings the next time the appication is started.
4444

4545
#### Memory Sizes
4646
The following optional properties may be specified in the `memory_sizes` mapping.

0 commit comments

Comments
 (0)