Raven Szewczyk
Raven Szewczyk
I will be running some microbenchmarks soon to figure out how good it actually is compared to what the authors say in the faasm usecase
Microbenchmark results: For reference: * BM_NoProtection - the case with no memory protection at all, the full 4GiB of the 8GiB virtual allocation are PROT_READ|PROT_WRITE all the time * BM_FullNewMapping...
Some numbers from docker refactors I just did in (splitting base into base and base-runtime, making worker/upload use base-runtime, small tweaks to other containers) - faabric-base: 900MB -> 600MB -...
Hi! For TSAN, have you tried reducing history size? The memory used grows exponentially with the size parameter in the options. As for ASAN, I'm not sure why the sudden...
@csegarragonz looking at the current failed run, there seems to be 1) a lot of useless tls access logging, 2) a lot of warnings about unreclaimed memory - this looks...
Looks like this check is failing repeatedly . I remember having to modify the brk mechanism locally because it didn't work properly when the wasm module allocated memory itself via...
I can replicate this:  My configuration: Firefox 61.0.1 on Arch Linux I've noticed that reloading the style in Stylus temporarily fixes the issue, and when I refresh the page...
For switching environments I usually run a new session of bash/zsh locally: ``` # in interactive session zsh source bin/workon.sh ... Ctrl+D cd faabric zsh source bin/workon.sh ``` A better...
This would also filter out any parenthesized components of your default PS1, which afaik many prompt styles use
Yeah, this would be better. Looks like virtualenv also defines a bash function called `deactivate` you can use to revert its environment changes