Closed
Description
My main process gets spawned on multiple cores when I say "import numexpr", even if my code does not use the module anywhere. If I run htop to analyze resource usage for my main task, the memory usage/amount of memory reserved gets split up into multiple tasks, just because the module is imported.
[Edit] Attached below are the snapshots from htop output, the sub-process remain in "Sleep" state all the time, and only the parent process keeps "Running".
Metadata
Metadata
Assignees
Labels
No labels