473,748 Members | 2,670 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

putting linux & MySQL on 6 year old box - hwo much RAM, Hard drive space do I need?

setting up LAMP server. on old server with single Intel PII 450 MGHz, 64 MG
Ram and two 9.1 GB Hard drives.

How much RAM do I need to run MySQL efficiently?
Dec 19 '05 #1
4 2031
On 19 Dec 2005 in mailing.databas e.mysql, NotGiven wrote:
setting up LAMP server. on old server with single Intel PII 450
MGHz, 64 MG Ram and two 9.1 GB Hard drives.

How much RAM do I need to run MySQL efficiently?


I don't know about 'efficiently', but I'm running FC4 on a PII/400 with
320M of memory with 184-odd gig of disk, running Apache, MySQL and Samba.
Free reports:

[joe@linuxserver 3 ~]$ free -k
total used free shared buffers cached
Mem: 320108 306952 13156 0 11520 142964
-/+ buffers/cache: 152468 167640
Swap: 1052248 708 1051540
--
Joe Makowiec
http://makowiec.org/
Email: http://makowiec.org/contact/?Joe
Dec 19 '05 #2
"NotGiven" <no****@nonegiv en.invalid> wrote in message
news:pm******** *********@bigne ws7.bellsouth.n et...
setting up LAMP server. on old server with single Intel PII 450 MGHz, 64
MG Ram and two 9.1 GB Hard drives.

How much RAM do I need to run MySQL efficiently?


Impossible to say, without knowing how you're using MySQL. Many factors
affect the memory usage: what size of database, what types of queries, how
many simultaneous connections, would you benefit from using MySQL query
caching, etc. Also, are you also going to install and run a web server or
application server on the same box?

Anyway, these days, it seems that a server should have at least 1GB of
memory.

If it were me, I'd just max out the memory in that machine. A PC of that
era probably has a maximum of either 512MB or 1GB of RAM, unless it was
originally a server platform. I would just fill it up with the biggest
memory it can support, and throw out the 64MB it currently has. It probably
takes SDRAM DIMM's, but check the motherboard documentation to make sure you
get the memory clock speed right.

Old-technology memory is probably going to be more expensive (per megabyte)
than memory for newer machines, but check www.froogle.com and
www.pricewatch.com. I bet you can max it out for about US$100.

Regards,
Bill K.
Dec 19 '05 #3
Hi,

that's like asking how fast must a car be able to drive that it runs
comfortably - some people are comfortable with a car that runs 100 km/h and
others believe that only a car that runs 250 km/h provides comfortable
driving.

As Bill already said, it's up to your needs - if you use the server to learn
the basics of MySQL, it might even run fast enough with 64 MB RAM (although
that's very little, but if you use it for MySQL only, it should work).
However, if you want to run a production server, put in as much RAM as
possible, like Bill suggested ;-).

Markus
Dec 19 '05 #4
"Joe Makowiec" <ma******@inval id.invalid> wrote in message
news:Xn******** *************** ***********@24. 24.2.166...
On 19 Dec 2005 in mailing.databas e.mysql, NotGiven wrote:
setting up LAMP server. on old server with single Intel PII 450
MGHz, 64 MG Ram and two 9.1 GB Hard drives.

How much RAM do I need to run MySQL efficiently?


I don't know about 'efficiently', but I'm running FC4 on a PII/400 with
320M of memory with 184-odd gig of disk, running Apache, MySQL and Samba.
Free reports:

[joe@linuxserver 3 ~]$ free -k
total used free shared buffers cached
Mem: 320108 306952 13156 0 11520 142964
-/+ buffers/cache: 152468 167640
Swap: 1052248 708 1051540
--
Joe Makowiec
http://makowiec.org/
Email: http://makowiec.org/contact/?Joe


for some reason, I didn't think you could have that much hard drive on a
older processor
Dec 19 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

24
3479
by: Google Mike | last post by:
I guess I'm talking to get this off my chest. I guess I'm talking to the newbies out there wondering if they want to remain on ASP.NET, C#, JSP, or whatever, or whether they want to do their next project in PHP. Okay. I moved from Microsoft Windows 2000 and Visual Basic and ASP to Linux and JSP. I plan to stay on Linux now. Let's just say that I did it, but JSP was aggravating. I had to type 10 times more code than I felt I had to, and...
14
2215
by: Ranger West | last post by:
Hello there, Are there any out-of-the box handhelds that run Linux/Apache/MYSQL and PHP? Does Redhat, Suse, or Gentoo support any handhelds? I know the Zaurus comes close, but I've heard people have problems running LAMP applications on it. It would be cool to be able to run any LAMP application on sourceforge on a handheld computer.
2
1796
by: LeTubs | last post by:
Hi I have few questions in realtion to arrays, I assume that they are not available as a data type, is this correct ? The reason why is that I want to store a large amount of data for a paticular record and a bit concered about the size of record. (I assuming that an array of 1000 ints will be smaller than 1000 records of table dailyclose ( varchar Symbol, int beta ). Is this a fair assumption ? (I'm not actually concerned with seek...
4
2108
by: Jeff S | last post by:
To make a long story short, let me say I had MySQL working on Windows 98 and everything was fine. Well, I took the big leap and removed all traces of Windows and Microsoft from the computer. (hooray!) Once I had Linux running OK, I downloaded and installed MySQL using an RPM package. I guess the server is running (it says it is every time the computer starts and it stops successfully every time the computer shuts down) however, I cannot...
5
1849
by: Rhino | last post by:
For DB2 V8 on Windows/Linux/Unix, the idea of having the Information Center online and accessible from IBM via the Internet is probably the best approach for most users. It keeps the information current and centralized so that everyone is seeing the "latest and greatest" versions of the manuals. However, I'd like to know how I can go about putting a version of the Information Center on a CD or hard drive? I'm thinking of situations where...
9
3664
by: Greg Gursky | last post by:
Hello: I'm doing some planning on a potential project with which I need some help. The database at the focus of this question is a MS Access database that is currently accessed by DAO from a local webserver. I need to access the same database remotely through TCP/IP. There will be potentially many transactions coming from both the web server and remotely, so the solution needs to keep the data safe in such an environment. However,...
13
2802
by: Leonardo Francalanci | last post by:
With mysql I know how much space a row will take, based on the datatype of it columns. I also (approximately) know the size of indexes. Is there a way to know that in postgresql? Is there a way to pack (compress) data, as with myisampack for mysql? Thank you
3
5769
by: eieiohh | last post by:
MySQL 3.23.49 PHP 4.3.8 Apache 2.0.51 Hi All! Newbie.. I had a CRM Open Source application installed and running. Windows Xp crashed. I was able to copy the contents of the entire hard drive onto a USB External Hard Drive. I have to assume I also copied the data. I
110
10615
by: alf | last post by:
Hi, is it possible that due to OS crash or mysql itself crash or some e.g. SCSI failure to lose all the data stored in the table (let's say million of 1KB rows). In other words what is the worst case scenario for MyISAM backend? Also is it possible to not to lose data but get them corrupted?
0
8832
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
9561
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9381
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
9332
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
6078
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4608
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4879
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3316
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2217
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.