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

implement --stack-size #2

Open
bacongobbler opened this issue May 21, 2020 · 0 comments
Open

implement --stack-size #2

bacongobbler opened this issue May 21, 2020 · 0 comments

Comments

@bacongobbler
Copy link

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?;

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant