mtb

Results 4 comments of mtb

What memory limit you have in [.wslconfig](https://learn.microsoft.com/en-us/windows/wsl/wsl-config) ? I believe you need to make this value big enough so torch can load things before moving them to GPU, also try...

When testing https://github.com/extism/extism/issues/673, I faced a small issue : The `extism/wasm/http.wasm` expose 1 function `http_request`, the one in plugins repo expose 2 functions `http_get` and `http_post`. I was confused for...

Now I get a random `signal : killed`, monitoring the execution using 'top' the memory goes up to ~5gb. (my vm has 6gb max) ![image](https://github.com/extism/extism/assets/39337159/2b4f61ab-f117-4958-b6e0-e66d2c3cb408) Steps : 1) Clone `extism/extism`,`extism/cli`,`extism/rust-pdk`,`extism/plugins`...

I tested with the change in http plugin, memory usage did improve and peak usage did go down from +4Gb to 2.7Gb. (This is not a real use-case on my...