Mailing List Archive
tlug.jp Mailing List tlug archive tlug Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][tlug] 64- vs. 32-bit Linux Installs
- Date: Mon, 25 Apr 2016 15:21:17 +0900
- From: Curt Sampson <cjs@example.com>
- Subject: [tlug] 64- vs. 32-bit Linux Installs
- References: <CACDLhbbAVSTRf-1CANpYgN-YprVs97=pwDgzvXVM9A32NLweFQ@mail.gmail.com> <571CB9B3.7080708@dcook.org>
- User-agent: Mutt/1.5.21 (2010-09-15)
On 2016-04-24 13:18 +0100 (Sun), Darren Cook wrote: > Branching off-topic, is "low-spec" a reason to not use 64-bit? The first > page I looked at [1] suggests to only install the 32-bit version if your > CPU is 32-bit (lscpu lists only "32-bit" under CPU op-mode). Well, you definitely don't want to get stuck having to re-install if you put more memory in your computer. > Ah, the last comment on that page says if only 3GB of RAM then the > 64-bit version was more sluggish, at least as of Ubuntu 13.04. (But if > true, I'm still curious as to why.) All your 'int' values become 64-bit instead of 32-bit and, while this can speed up certain CPU-intensive operations, most daily operations that look CPU-intensive are actually memory-bandwidth-intensive, and talking to the DRAM (rather than pulling values from one of the on-CPU caches or, better yet, manipulating only data in registers) is about the slowest thing your computer can do, short of I/O. So basically, in a 64-bit system you may well at certain points be transferring nearly twice as much data between RAM and cache, which may slow you down a bit. (Or may not even be noticable.) And, of course, since you're using a bit more memory, you may also drive yourself into paging to disk, depending on what you're doing, which will utterly destroy performance. But honestly, for everyday applications it's extremely difficult, if not impossible, to determine in advance how bad the performance hit will be. cjs -- Curt Sampson <cjs@example.com> +81 90 7737 2974 To iterate is human, to recurse divine. - L Peter Deutsch
- References:
- [tlug] Ubuntu 16.04-LTS Japanese Text Input
- From: Lyle H Saxon
- Re: [tlug] Ubuntu 16.04-LTS Japanese Text Input
- From: Darren Cook
Home | Main Index | Thread Index
- Prev by Date: Re: [tlug] Ubuntu 16.04-LTS Japanese Text Input
- Next by Date: Re: [tlug] Ubuntu 16.04-LTS Japanese Text Input
- Previous by thread: Re: [tlug] Ubuntu 16.04-LTS Japanese Text Input
- Next by thread: Re: [tlug] Ubuntu 16.04-LTS Japanese Text Input
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links