LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 02-21-2013, 02:49 PM   #151
ruario
Senior Member
 
Registered: Jan 2011
Location: Oslo, Norway
Distribution: Slackware
Posts: 2,557

Rep: Reputation: 1761Reputation: 1761Reputation: 1761Reputation: 1761Reputation: 1761Reputation: 1761Reputation: 1761Reputation: 1761Reputation: 1761Reputation: 1761Reputation: 1761

Quote:
Originally Posted by audriusk View Post
32-bit Slackware is still useful on a small VPS (up to 2GB RAM), I do have one from Linode (512MB RAM).
Quote:
Originally Posted by audriusk View Post
Also I'll repeat myself, that 32-bit Slackware is a smart choice for a small VPS with a limited amount of RAM, if one wants to squeeze more out of it (64-bit applications consume more RAM).
Yep, exactly the same situation for me. I'm also with Linode by the way.
 
Old 02-21-2013, 02:51 PM   #152
ruario
Senior Member
 
Registered: Jan 2011
Location: Oslo, Norway
Distribution: Slackware
Posts: 2,557

Rep: Reputation: 1761Reputation: 1761Reputation: 1761Reputation: 1761Reputation: 1761Reputation: 1761Reputation: 1761Reputation: 1761Reputation: 1761Reputation: 1761Reputation: 1761
Quote:
Originally Posted by H_TeXMeX_H View Post
I am against moving to i686. Why would you do it ? People still want to run old hardware with Slackware and that's the whole point of the 32-bit part. If you want performance you choose 64-bit.
Not true for the VPS scenario. In fact it isn't true for those with hardware that can't do 64-Bit either but are using i686.
 
Old 02-22-2013, 03:28 AM   #153
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
Quote:
Originally Posted by ruario View Post
Not true for the VPS scenario. In fact it isn't true for those with hardware that can't do 64-Bit either but are using i686.
Why isn't it true ?
 
Old 02-22-2013, 04:42 AM   #154
ruario
Senior Member
 
Registered: Jan 2011
Location: Oslo, Norway
Distribution: Slackware
Posts: 2,557

Rep: Reputation: 1761Reputation: 1761Reputation: 1761Reputation: 1761Reputation: 1761Reputation: 1761Reputation: 1761Reputation: 1761Reputation: 1761Reputation: 1761Reputation: 1761
With regards to my VPS, as mentioned previously my linode package is the cheapest one they offer and hence has 512Mb of RAM allocated to it. audriusk has the same plan and hence the same situation, as do others I am sure. Many of the entry level VPS packages provide very little RAM. When using one of these it is better to run 32-Bit is it not?

Regarding those that have actual i686 chips (not x86_64), they would get better performance (in some apps) if Slackware was complied for i686, without being held back for i486. I know that Slackware uses -O2 -march=i486 -mtune=i686 but if I understand correctly full optimisation for i686 would likely be better for those users.
 
Old 02-22-2013, 05:34 AM   #155
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 ruario View Post
Regarding those that have actual i686 chips (not x86_64), they would get better performance (in some apps) if Slackware was complied for i686, without being held back for i486. I know that Slackware uses -O2 -march=i486 -mtune=i686 but if I understand correctly full optimisation for i686 would likely be better for those users.
As you can see here, the performance increase when compiling for i686 instead of i486 is in most benchmarks negligible, as long as you don't compile for your specific CPU (including advanced features like MMX, SSE, ...).
For those people it would be nice if Slackware could be compiled from scratch with -march=native, but since that is (currently?) not possible people that really need the performance on their 32 bit machines should use Gentoo or other source based distros.

Although I too would be interested, just for fun, in a Slackware that can be compiled from scratch .
 
1 members found this post helpful.
Old 02-22-2013, 06:13 AM   #156
ruario
Senior Member
 
Registered: Jan 2011
Location: Oslo, Norway
Distribution: Slackware
Posts: 2,557

Rep: Reputation: 1761Reputation: 1761Reputation: 1761Reputation: 1761Reputation: 1761Reputation: 1761Reputation: 1761Reputation: 1761Reputation: 1761Reputation: 1761Reputation: 1761
Sure it isn't massive but there is some performance gain. From the summary of the article you linked to:

Code:
The results of the tests show that the biggest jump in performance is from i486 to i686 and that there is not much extra to gain from then on.
That said, I am not actually suggesting Slackware dropping i486 and moving to i686. I was just playing devil's advocate.

However on the VPS side I do think 32-Bit continues to be reasonable choice if you only have a limited amount of RAM available for the package you are renting. So the reasons for keeping 32-Bit are not just old hardware or because of certain 32-Bit only packages (where the user does not want to consider multilib).
 
Old 02-22-2013, 07:23 AM   #157
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 ruario View Post
However on the VPS side I do think 32-Bit continues to be reasonable choice if you only have a limited amount of RAM available for the package you are renting.
Not only on VPS. I use an Atom 330 with 1GB of RAM and it runs 32 bit just fine, no need for 64 bit here and since the bottleneck here is the network connection I wouldn't get better performance with 64 bit.
 
1 members found this post helpful.
Old 02-22-2013, 08:16 AM   #158
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
I recommend doing benchmarks before assuming that 64-bit will not be better. You will have to switch to 64-bit one day, and it's not too far off.
 
Old 02-22-2013, 09:34 AM   #159
ruario
Senior Member
 
Registered: Jan 2011
Location: Oslo, Norway
Distribution: Slackware
Posts: 2,557

Rep: Reputation: 1761Reputation: 1761Reputation: 1761Reputation: 1761Reputation: 1761Reputation: 1761Reputation: 1761Reputation: 1761Reputation: 1761Reputation: 1761Reputation: 1761
Well 64-bit applications will certainly use more memory.

http://www.akamaras.com/linux/32bit-...r-low-end-vps/
http://www.webhostingtalk.com/showthread.php?t=1202447
http://superuser.com/questions/25682...-512mb-ram-vps
 
Old 02-22-2013, 09:42 AM   #160
ruario
Senior Member
 
Registered: Jan 2011
Location: Oslo, Norway
Distribution: Slackware
Posts: 2,557

Rep: Reputation: 1761Reputation: 1761Reputation: 1761Reputation: 1761Reputation: 1761Reputation: 1761Reputation: 1761Reputation: 1761Reputation: 1761Reputation: 1761Reputation: 1761
Quote:
Originally Posted by H_TeXMeX_H View Post
You will have to switch to 64-bit one day, and it's not too far off.
It remains pretty far of for as long as the low end VPS accounts offer only 256 or 512Mb of RAM.
 
Old 02-22-2013, 09:46 AM   #161
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
Yes, from what I see it uses about 20-30% more RAM, but NOT twice as much like rumors suggest.

Depending on the application, performance benefits can be many times faster, especially for encryption and multimedia encoding.
http://www.phoronix.com/scan.php?pag...204_3264&num=1

Atom processors benefit greatly from both compiling for the Atom processor and 64-bit if it supports it.
 
Old 02-22-2013, 01:14 PM   #162
baldheaded-yeti
LQ Newbie
 
Registered: Oct 2011
Location: Tennessee
Distribution: Slackware 14.1
Posts: 25

Rep: Reputation: Disabled
Still using Slack 14 32 bit for a file server and thinking of adding a BBS.
 
Old 02-22-2013, 05:17 PM   #163
compassnet
Member
 
Registered: Feb 2013
Distribution: Slackware
Posts: 50

Rep: Reputation: 8
The main reason for me to use 32-bit is software support. The occasional use I make of Skype (someone mentioned it in this thread) comes to mind.

I could try multilib (one of those things I've never read about), but not just now. Maybe in the next Slackware version.

compassnet.
 
Old 02-25-2013, 12:46 PM   #164
jheengut
Member
 
Registered: Sep 2006
Location: Providence, Moka Mauritius
Distribution: Slackware, Lubuntu
Posts: 352

Original Poster
Blog Entries: 16

Rep: Reputation: 51
Quote:
For those people it would be nice if Slackware could be compiled from scratch with -march=native, but since that is (currently?)
Although I too would be interested, just for fun, in a Slackware that can be compiled from scratch .

I tried once , needs too much work to add -march=native
 
Old 02-25-2013, 12:57 PM   #165
jheengut
Member
 
Registered: Sep 2006
Location: Providence, Moka Mauritius
Distribution: Slackware, Lubuntu
Posts: 352

Original Poster
Blog Entries: 16

Rep: Reputation: 51

I do not care as 64-bits support >4GB better
 
  


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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
KRDC not allowing vnc sessions with 32 bit Slackware 14.0. OK on 64 bit vdemuth Slackware 1 10-06-2012 03:13 AM
Slackware 13.1 32 & 64 bit Post-Install issues in VMWARE Slackn00ber Linux - Newbie 8 09-09-2012 06:30 PM
Wine 32 bit on Slackware 13 64 bit problems: configure can't find some libraries ozanbaba Slackware 28 11-26-2010 02:42 PM
[SOLVED] ati driver 32-bit compatibility for Slackware 64-bit multilib? vik Slackware 25 02-16-2010 07:06 PM
LXer: Microsoft! needs! Yahoo! developers! developers! developers! LXer Syndicated Linux News 0 02-01-2008 11:40 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 07:44 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