Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

<Note. use green for closed issues, yellow for important ones if needed>

Decisions for Quick Fix

  • NCMP will implement throttling for Rest API
  • Lower thread count for Module Sync
  • Increase shared_buffer allocation in Postgres config
  • Vertical scaling: increase memory resources of NCMP

Compare previous successful versus failing tests (e.g. 3.4.2 vs 3.4.6) to determine throttling.

Background

CPS and NCMP have much higher memory consumption than required. Regarding NCMP specifically, it has some in-memory data structures that grow linearly with the number of CM-handles.

...