Skip to content

Add additional support for RLIMIT handling #3

Description

@Pijukatel

The measurement should take into consideration other limits that can be imposed through RLIMIT

For example, here the ulimit imposed limit is more restrictive than MemoryMax

ulimit -v 102400;systemd-run --user --scope --quiet --no-ask-password -p MemoryMax=150M -p MemorySwapMax=0 python3 sensor.py;

This must be done carefully, as those limits do not mean the same thing, but both should be taken into consideration when giving the maximum available memory

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