Platform I was building on is Ubuntu 18.10, processor is an i7-6850
which is six core, 12 threads, I use j13 so it uses all the threads plus
accounts for at least one process in disk I/O. If I use parallel builds,
the resulting guacd acts randomly, sometimes some features like vnc aren't
there, other times it gives weird errors and exits immediately but non-parallel
build went fine several times.
-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-
Eskimo North Linux Friendly Internet Access, Shell Accounts, and Hosting.
Knowledgeable human assistance, not telephone trees or script readers.
See our web site: http://www.eskimo.com/ (206) 812-0051 or (800) 246-6874.
On Fri, 1 Mar 2019, Nick Couchman wrote:
Date: Fri, 1 Mar 2019 12:01:14 -0500
From: Nick Couchman <[email protected]>
Reply-To: [email protected]
To: [email protected]
Subject: Re: guacd - parallel builds
On Wed, Feb 27, 2019 at 10:43 PM Robert Dinse <[email protected]> wrote:
Something is wrong that causes parallel builds of guacd to fail.
When
I first made it I used make -j13 to fully take advantage of a six core
processor. It said vnc not supported even though it was configured in.
Hmmmm...I use parallel builds routinely without problems - I'm usually
doing "make -j5" to optimize for a 2-core system, but it works fine for
me. I'm generally building on CentOS7,
-Nick