11 ms·
In a pinch one way to deal with memory leaks is to wrap the offending work in a multiprocessing pool, forcing it to live in an ephemeral process
by dsp_person 9mo ago
In a pinch one way to deal with memory leaks is to wrap the offending work in a multiprocessing pool, forcing it to live in an ephemeral process
- ofek 9mo agoIndeed, I introduced this [0] as an option for every Python integration that runs on the Datadog Agent. [0]: https://github.com/DataDog/integrations-core/pull/12986 https://github.com/DataDog/integrations-core/pull/12986