You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The MEMORY_LIMIT environment variable is a standard Cloud Foundry one that hints applications on the memory limit they can use before getting restarted.
As a Korifi app developer I want to communicate the memory limit to my app So that I can implement the app not to exceed the limit and eventually get restarted
Acceptance Criteria
GIVEN a standard Korifi installation WHEN Icf push dorifi -p ~/workspace/trinity/korifi/tests/assets/dorifi -m 2345M THEN I see the MEMORY_LIMIT set to 2345M in my app environment (by e.g. running curl -k https://dorifi.apps.172.17.0.1.nip.io/env.json | jq .MEMORY_LIMIT)
The text was updated successfully, but these errors were encountered:
danail-branekov
changed the title
Support the MEMORY_LIMIT env variable
As a Korifi app developer I want to see the MEMORY_LIMIT environment variable in my app containers
Jan 25, 2024
danail-branekov
changed the title
As a Korifi app developer I want to see the MEMORY_LIMIT environment variable in my app containers
[Feature]: As a Korifi app developer I want to see the MEMORY_LIMIT environment variable in my app containers
Jan 25, 2024
Background
The
MEMORY_LIMIT
environment variable is a standard Cloud Foundry one that hints applications on the memory limit they can use before getting restarted.As a Korifi app developer
I want to communicate the memory limit to my app
So that I can implement the app not to exceed the limit and eventually get restarted
Acceptance Criteria
GIVEN a standard Korifi installation
WHEN I
cf push dorifi -p ~/workspace/trinity/korifi/tests/assets/dorifi -m 2345M
THEN I see the
MEMORY_LIMIT
set to2345M
in my app environment (by e.g. runningcurl -k https://dorifi.apps.172.17.0.1.nip.io/env.json | jq .MEMORY_LIMIT
)The text was updated successfully, but these errors were encountered: