Hi Araq,
1. Thank you for this. I had no idea. Is there a place where I can find those
information? Sadly, didn't changed the problem.
2. My question was also: _how and where_ I report a problem that shows only
on some machines? (I have two VPS and both has the same memory usage).
I also tried asynchttpserver with similar results (~20MB vs ~500kB):
import asynchttpserver, asyncdispatch
var server = newAsyncHttpServer()
proc cb(req: Request) {.async.} =
await req.respond(Http200, "Hello World")
waitFor server.serve(Port(8080), cb)
Run
Lastly I switched to nim devel and everything is okay. Memory usage is same on
laptop and server. So imho there's something wrong with 0.19.x and I'd love to
help, just don't know how!