1
Internet / Re: Mypal68: A possible alternative browser?
« Last post by Dave Yeo on Today at 04:56:34 pm »For compiling large projects like Qt, having a stand alone box would help as you can have the minimal other stuff running to save memory. Likewise with a VBox instance, though I find that with VBox, multiple CPU's doesn't work too well. Running multiple jobs when building can really speed things up if you don't run out of memory. Some of this C++ code uses a lot of memory. I've seen compiling one file take a couple of GB's of memory and even hit my swap file with 3.4 GB's of visible memory when running multiple jobs.
Cross compiling from Linux would be best and in theory quite possible. Linux is way faster at compiling projects then OS/2. OTOH, OS/2 is quite a bit faster then Windows compiling this stuff where there is lots of forking of processes.
Cross compiling from Linux would be best and in theory quite possible. Linux is way faster at compiling projects then OS/2. OTOH, OS/2 is quite a bit faster then Windows compiling this stuff where there is lots of forking of processes.
Recent Posts