Hacker Timesnew | past | comments | ask | show | jobs | submitlogin

Could someone please enlighten me why an installation would need 8gb of free ram?


If it's building everything (including Qt), Qt includes Webkit. I imagine that's a lot of C++ code to build.


QtWebkit and QWebEngine, which uses Blink(/CEF).

8GB RAM is rather optimistic.


author here; It's needed by `go install` to provide pre-compiled packages, which will then speedup the compilation of your applications down to 10sec. But you can also use the STUB setting, before running the setup and then use the binding with only 1gb ram as well. (the necessary c++ code will be compiled later with qtdeploy)

edit: can't comment any further currently, I will try to answer everything once I'm unblocked.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: