Project

General

Profile

« Previous | Next » 

Revision b8189466

Added by Evgeni Golov 12 months ago

Fixes #36437 - preload pulpcore API and content code

this reduces the overall memory usage by keeping only one copy of the
code, instead of N (= number of workers).

unscientific benchmark says that with 5 API and 17 content workers, this
reduces the memory footprint from 500MiB to 125MiB and from 1.5GiB to
500MiB respectively.

those numbers are obviously before any actual work is executed and
memory consumed by the app itself.

  • added
  • modified
  • copied
  • renamed
  • deleted