all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Emanuel Berg <incal@dataswamp.org>
To: help-gnu-emacs@gnu.org
Subject: Re: libotf.so.1, libotf.so.0, Fedora 39, and Emacs 30.0.50
Date: Fri, 03 Nov 2023 00:48:47 +0100	[thread overview]
Message-ID: <871qd7iun4.fsf@dataswamp.org> (raw)
In-Reply-To: 87ttq3d8xv.fsf@web.de

Michael Heerdegen wrote:

>> Thanks for that suggestion. make bootstrap worked like
>> a charm: it even compiled in under 30 minutes.
>
> If possible use multiple jobs by specifying the -j command
> line arg to make. Then it will build faster.

If you have a multicore CPU - you can use htop(1) to find out
- and want to prevent compilation from making your computer
nonresponsive by monopolizing the CPU - you can use
taskset(1) on Linux.

It works very well! For example, if you have a quad-core you
can do

  $ taskset -c 0,1 make

to only use cores one and two for the compilation business.

-- 
underground experts united
https://dataswamp.org/~incal




  reply	other threads:[~2023-11-02 23:48 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.81.1698940822.24820.help-gnu-emacs@gnu.org>
2023-11-02 19:50 ` libotf.so.1, libotf.so.0, Fedora 39, and Emacs 30.0.50 Frederick Bartlett
2023-11-02 23:36   ` Michael Heerdegen
2023-11-02 23:48     ` Emanuel Berg [this message]
2023-11-02  6:41 Frederick Bartlett
2023-11-02  8:20 ` Michael Albinus

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=871qd7iun4.fsf@dataswamp.org \
    --to=incal@dataswamp.org \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.