TechEmpower Web Framework Performance Comparison Round 13 -- vibe.d non-starter?
Daniel Kozak via Digitalmars-d
digitalmars-d at puremagic.com
Thu Nov 24 23:46:05 PST 2016
On Thursday, 17 November 2016 at 17:49:09 UTC, sanjayss wrote:
> https://www.techempower.com/benchmarks/#section=data-r13&hw=ph&test=json
>
> anyone know why vibe.d is shown as "Did not complete" in all
> tests?
So I have investigated it and find out the reason is probably
some memory leak. It is impossible to run vibed test. Every time
it is killed by oom killer or there is a exception about unable
to allocate memory. But when I enable VibeManualMemoryManagement
version it works ok (2GB+ -> 600MB)
More information about the Digitalmars-d
mailing list