LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


View Poll Results: Which Linux Architecture Do You Use?
Alpha 2 0.38%
ARM 83 15.69%
MIPS 3 0.57%
Power 1 0.19%
PowerPC 11 2.08%
SPARC 3 0.57%
x86_32 214 40.45%
x86_64 434 82.04%
Other 9 1.70%
Multiple Choice Poll. Voters: 529. You may not vote on this poll

Reply
  Search this Thread
Old 09-25-2013, 12:34 PM   #61
jamison20000e
Senior Member
 
Registered: Nov 2005
Location: ...uncanny valley... infinity\1975; (randomly born:) Milwaukee, WI, US( + travel,) Earth&Mars (I wish,) END BORDER$!◣◢┌∩┐ Fe26-E,e...
Distribution: any GPL that work on freest-HW; has been KDE, CLI, Novena-SBC but open.. http://goo.gl/NqgqJx &c ;-)
Posts: 4,888
Blog Entries: 2

Rep: Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567

Debatable not to move forward?"{...} Actually performance will grow up to 20-30% in general case. Its mainly due to intelligent compilers that can optimize even non-optimized code for new architecture (mainly due to SSE/SSE2 usage instead of FPU). {...} Possible troubles The main problem is proprietary software. In case software developer spread their product only in binary for 32bit you may have a lot of problems. Sometimes it is possible to find workaround. And hopefully in the GNU/Linux world most of widely used software is open source. {...}"

http://en.wikipedia.org/wiki/3_GB_barrier

Last edited by jamison20000e; 09-25-2013 at 12:40 PM.
 
Old 09-25-2013, 01:20 PM   #62
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Quote:
Originally Posted by PrinceCruise View Post
Even I have a 64-bit cpu since 4 years, however I've only used pure 32-bit Linux because this laptop supports only 4 GB of max. RAM. And I anyways found no compelling reason to use 64 bit OS with 3 GB of RAM it came with.

Regards.
Maybe those reasons are compelling:
- More and wider registers.
- No overhead from using high memory on machine with more than 892MB of RAM.
- Distributions compiled with better optimizations by default (SSE2 instead of FPU, for example)
 
Old 09-25-2013, 01:32 PM   #63
273
LQ Addict
 
Registered: Dec 2011
Location: UK
Distribution: Debian Sid AMD64, Raspbian Wheezy, various VMs
Posts: 7,680

Rep: Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373
Quote:
Originally Posted by TobiSGD View Post
...
- Distributions compiled with better optimizations by default (SSE2 instead of FPU, for example)
A friend who uses his computer to make and record his own music recently moved from 32 bit to 64 bit Ubuntu -- it performed so much better that he swore at me for not making him move to 64 bit ages ago.
While it might not be directly because of being 64 bit I know others have reported similar.
To me the only downside of 64 bit is the couple of programs which require 32 bit libraries taking up a little bit more hard drive space.
 
Old 09-26-2013, 10:34 AM   #64
sniff
Member
 
Registered: Jan 2003
Location: Durham UK
Distribution: openSUSE/Debian/ubuntu
Posts: 362

Rep: Reputation: 42
No Alpha yet, my Alpha based system blew up a few years ago. PSU failed, sad day. I also had a SGI Octane for a while with a MIPS R10000 in it, same thing happened to that. I gave them both to a museum.
 
Old 09-26-2013, 12:14 PM   #65
PrinceCruise
Member
 
Registered: Aug 2009
Location: /Universe/Earth/India/Pune
Distribution: Slackware64 -Current
Posts: 890

Rep: Reputation: 186Reputation: 186
Quote:
Originally Posted by sniff View Post
Compute 2 Core i7 3930K 3.2GHz (6 cores), 64GB ram, Opensuse 12.3.
64GB RAM?What do you do with that system?

Regards.
 
Old 09-26-2013, 12:32 PM   #66
H_TeXMeX_H
LQ Guru
 
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,928
Blog Entries: 2

Rep: Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301
With 64GB RAM, unless it is a server running lots of VMs, I expect it to be running lots of leaky programs that gobble up the RAM quick (something quite common nowadays).
 
Old 09-26-2013, 12:42 PM   #67
suicidaleggroll
LQ Guru
 
Registered: Nov 2010
Location: Colorado
Distribution: OpenSUSE, CentOS
Posts: 5,573

Rep: Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142
Quote:
Originally Posted by H_TeXMeX_H View Post
With 64GB RAM, unless it is a server running lots of VMs, I expect it to be running lots of leaky programs that gobble up the RAM quick (something quite common nowadays).
One of my servers has and uses 72GB of RAM with no VMs or leaky programs...just a lot of number crunching on some big data sets.
 
Old 09-26-2013, 01:03 PM   #68
sniff
Member
 
Registered: Jan 2003
Location: Durham UK
Distribution: openSUSE/Debian/ubuntu
Posts: 362

Rep: Reputation: 42
Quote:
Originally Posted by PrinceCruise View Post
64GB RAM?What do you do with that system?

Regards.
Haha, I'm a complex systems scientist so I use it to model/simulated complex systems and process large datasets. Some biological some social (human). That is my desktop, we have some servers with 128GB and a shared memory cluster (thats somewhere in the Top 500 super computers) with loads...
 
Old 09-28-2013, 02:03 PM   #69
KickAss
LQ Newbie
 
Registered: Sep 2013
Location: NC
Distribution: Arch
Posts: 7

Rep: Reputation: Disabled
I use a x86_64 cpu but it's not intel, it's AMD. I also use ARM for my samsung galaxy reverb phone.
 
Old 11-15-2013, 01:48 AM   #70
venkatganesh
LQ Newbie
 
Registered: Sep 2011
Posts: 11

Rep: Reputation: Disabled
i voted for x86_32 and arm
 
Old 11-15-2013, 02:25 AM   #71
cthulhufhtagn
LQ Newbie
 
Registered: Aug 2009
Distribution: Xubuntu 13.10
Posts: 5

Rep: Reputation: 0
Ah, shit, I forgot to tick the boxes for ARM, since all of my three Android devices do have ARM processors (the Chinese no-name tablet, that croaked, the Vodafone 845 and the Alcatel OT-997D). The x86_32 was my 1st laptop, the x86_64 my 2nd.
 
Old 11-15-2013, 03:09 AM   #72
Captain Pinkeye
Member
 
Registered: Oct 2012
Location: The Czech Republic
Posts: 280

Rep: Reputation: 98
x86_32. If it gives me problems, i take x86_64, other than that, why bother.
 
Old 11-15-2013, 06:13 AM   #73
dlchapman
LQ Newbie
 
Registered: Apr 2009
Posts: 5

Rep: Reputation: 0
Toughbook

Quote:
Originally Posted by k3lt01 View Post
Panasonic toughbook =x86-32 (car laptop)
I have a Panasonic Toughbook CF72 Pentium 4 with approx 768MB RAM on WINXP is it worth my while trying Linux or is your Toughbook a much greater spec? Thanks....
 
Old 11-20-2013, 08:18 PM   #74
bashscript
LQ Newbie
 
Registered: Nov 2013
Posts: 6

Rep: Reputation: Disabled
x86_64

to be more specific a Intel(R) Core(TM) i3-3220 CPU @ 3.30GHz from /etc/proc/cpuinfo
 
Old 04-15-2014, 12:02 AM   #75
fmouse
LQ Newbie
 
Registered: Feb 2009
Posts: 4

Rep: Reputation: 0
X86-64
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
how can i port a driver with a specific architecture into another architecture? the hope Linux - Hardware 4 03-23-2011 05:39 PM
what is 'architecture' in 'binary for an architecture'?multiple architecture support? wagaboy Linux - Newbie 2 07-10-2010 11:18 AM
Linux + architecture aeby Linux - Hardware 3 07-11-2007 05:36 AM
Linux OS Architecture daihard Linux - Software 3 11-03-2005 09:13 PM
A New Linux Architecture? Kdr Kane General 11 05-25-2005 01:52 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 01:54 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration