Skip to content

memory usage monitoring #137

@1a1a11a

Description

@1a1a11a

Currently the memory usage of cachesim is not predictable and causes OOM if there is not enough DRAM.
We would like to

  1. perform a detailed memory profiling and see where we can save some DRAM;
  2. stop allocating more memory if there is not enough DRAM left. For example, we can use the hash table at a higher load factor; or we can pause the execution and wait till there is enough resource.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions