Skip to content
This repository was archived by the owner on Feb 21, 2024. It is now read-only.
This repository was archived by the owner on Feb 21, 2024. It is now read-only.

implement --stack-size #2

Open
Open
@bacongobbler

Description

@bacongobbler

The krustlet should be able to change the number of memory pages available for the stack. This is necessary to allow this provider to run in locations where memory size is limited.

// TODO: expose this as a feature flag (--stack-size)
let mut runtime = Runtime::new(module_data, (1024 * 60) as u32, self.log_path.clone()).await?;

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