Skip to content

--minimum-ram-size option is not respected #101

@ZhekaS

Description

@ZhekaS

The --minimum-ram-size option seem to not do anything. It is associated with the minimum_stack_size variable for some reason, which is not being used further in the code.

elf2tab/src/cmdline.rs

Lines 64 to 72 in 06b05fd

#[arg(
long = "minimum-ram-size",
id = "min-ram-size",
help = "in bytes",
conflicts_with = "stack-size",
conflicts_with = "heap-size",
conflicts_with = "kernel-heap-size"
)]
pub minimum_stack_size: Option<u32>,

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