Skip to content

Get memory data after booting app in production

Aleksei Lipniagov requested to merge 62722-boot-app-in-ci-and-check-memory into master

What does this MR do?

Preload the app in production env, hit it with a single request, and gather total gem memory consumption data using derailed exec perf:mem from derailed_benchmarks.

Present the result as MR metrics – Under this MR, I post the total amount of memory used by dependencies (without per-dependency split). memory

Does this MR meet the acceptance criteria?

Conformity

Performance and testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • [-] Label as security and @ mention @gitlab-com/gl-security/appsec
  • [-] The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • [-] Security reports checked/validated by a reviewer from the AppSec team

Closes #63585 (closed)

Edited by 🤖 GitLab Bot 🤖

Merge request reports