krustlet-wasm3 icon indicating copy to clipboard operation
krustlet-wasm3 copied to clipboard

implement --stack-size

Open bacongobbler opened this issue 4 years ago • 0 comments

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.

https://github.com/deislabs/krustlet-wasm3/blob/48f3cc182ff48be20e31b8fa18a6447c289f0b40/src/provider/mod.rs#L96-L97

bacongobbler avatar May 21 '20 22:05 bacongobbler