Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Controlling memory

  • Memory can be controlled per container using the mem_limit instruction in the compose file
  • Additionally the memory assigned to the Java process (Sprint Boot) is controlled by using the JAVA_OPTIONS environment variable

Contract tests

  • The container that is running the contract tests will also require a decent amount of memory (about 1gb)
  • If the contact test build is failing and is not being able to generate a test result report this might signal memory issues. This error would can when the contract test process would get killed due to insufficient memory.
  • No labels