Skip to content

Processes are spawned while loading #299

Closed
@guptaaka

Description

@guptaaka

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".

main-process
sub-processes

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions