Skip to content

Optimize thread usage for timer tasks to reduce memory footprint #669

@hnwyllmm

Description

@hnwyllmm

Description

Each thread consumes 256K of stack space. By optimizing the usage of 40 threads, approximately 10M of memory can be saved.

Proposed Solution

Implement optimizations to reduce the number of threads dedicated to timer tasks, thereby decreasing the overall memory footprint of the process.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions