Skip to content

redis server fills up after 256 timesteps #3

@apigott

Description

@apigott

The Redis server has a (default) memory limit of 256 files on Mac. This can easily be overridden in the terminal with ulimit -n 1024 or any other arbitrary file limit.

However, in order to avoid massive memory requirements I propose flushing the Redis files using .flushall() on a daily basis.

In the meantime I've added a flush off the Redis database on start of each run

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions