Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

set staging_memory_in_mb and staging_disk_in_mb during build #580

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

sleungcy
Copy link
Collaborator

Problem

The current implementation for creating the build does not set the staging_memory_in_mb and staging_disk_in_mb arguments. Consequently, the allocated memory and disk space for staging the build remain at the default of 1G, leading to issues where staging runs out of memory in some cases.

To fix this

Similar to the apply_manifest deployment process, the memory and disk configurations of an application will be utilized for the staging process. Therefore, we will adopt this approach and use the application's memory and disk values for staging.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants