Jump to content

Minecraft and SSD's


Sennex

Recommended Posts

Do NOT run or install minecraft on an SSD, from what I am reading, the number of writes and reads that happens everytime you interact with a chunk is insane.

 

I can show you guys how to create symbolic links to trick MC into thinking it is in the default install location but on a different drive if you need me to.

Luke 23:34
'And Jesus said, "Father, forgive them, for they don't think it be like it is, but it do."

Link to comment
Share on other sites

  • Replies 8
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Why would and SSD be a problem? It's probably no longer an advantage so you are paying more than you needed to but a SSD should have no disadvantage. 

 

The SSD is solid state (so a bunch of memory ICs). It has no moving parts, less latency and no disadavanges (as far as I know) regarding read/write block size.

Link to comment
Share on other sites

Aren't the cells volatile? My understanding is that each cell has a finite number of writes in it, so Bart is saying that Minecraft requires a shit ton of read/writes for every little thing you do in Minecraft which will shorten the life of your drive.

If you decide to put your dick in crazy, be ready to change your phone number and relocate.

Link to comment
Share on other sites

Aren't the cells volatile? My understanding is that each cell has a finite number of writes in it, so Bart is saying that Minecraft requires a shit ton of read/writes for every little thing you do in Minecraft which will shorten the life of your drive.

I think I've read this about SSD's as well......be good if it wasn't true

fa91d1c7-2525-4709-a13b-ae6fabba557e.jpg


Thanks to Capn_Underpants for the artwork

Link to comment
Share on other sites

Jsin nailed what I was trying to get across.

 

Here is the thing, normal wear and tear on an SSD from most programs isn't an issue.

 

However, Minecraft reads every block when you come to a chunk. A chunk is (16*16)*256 

No granted most of that is compressed down, it is not actually reading every block, it is reading a compressed version.... Unless you are actively building and interacting with that chunk.

 

In Vanilla MC this isn't much of an issue. In any modded pack though, this is HUGE.

 

One of the main modpacks is Buildcraft2, that allows the user to build and place an automatic quarry. The quarry actively forces the chunks it is placed in to stay loaded, and then auto breaks and collects each one to dump into chests in another chunk. This is while the player is elsewhere doing whatever. That is a huge number of writes/ reads for an SSD.

 

This is why most companies will never run Databases from an SSD, you always use some sort of spindle drive. The data access, and wear and tear is just easier to manage currently.

Luke 23:34
'And Jesus said, "Father, forgive them, for they don't think it be like it is, but it do."

Link to comment
Share on other sites

Aren't the cells volatile? My understanding is that each cell has a finite number of writes in it, so Bart is saying that Minecraft requires a shit ton of read/writes for every little thing you do in Minecraft which will shorten the life of your drive.

 

 

That is true. The number of erases a limited and the controller needs to erase chucks of data to do a write (can't simply write over the data) but it moves things around so it doesn't write at the same location all of the time. It should also cache a lot of that data so that it is resident in RAM and only do a write if the data is not part of what is cache

 

Those drives are also over provisioned (there is actually more memory that what you paid for) just to have extra locations in case some go bad. Some are 100% provisioned.

 

HD on the other have mechanical parts. So reading and writing a lot gets causes a lot of movement which also has a limited lifetime.

 

I think which technology is better depends on the quality of the drive individually. 

Link to comment
Share on other sites

While the individual drive is important, also the purpose of the drive.

 

Arguably, the purpose is the most important part, but that argument varies between admins of various networks

Luke 23:34
'And Jesus said, "Father, forgive them, for they don't think it be like it is, but it do."

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy