Welcome, Guest. Please login or register.

Author Topic: /  (Read 2495 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline motorollin

  • Hero Member
  • *****
  • Join Date: Nov 2005
  • Posts: 8669
    • Show all replies
Re: SSD 'Friendly' OS/Filesystem
« on: January 24, 2009, 09:56:07 AM »
Anything which swaps out a lot or otherwise carries out a lot of disk writes will be bad for solid state drives, as flash memory has limited rewrite cycles, beyond which the memory will begin to degrade. I don't know the extent to which this affects SSD, but it is certainly a consideration for Compact Flash.

So basically, you want an OS which doesn't use vast amounts of RAM to reduce swapping, and doesn't access the disk unless it's actually doing anything. Windows is therefore not ideal, as it seems to use the swap file all the time, and also seems to be carrying out disk activity for certain purposes even when the machine is supposedly idle.

Probably the best bet would be a light-weight Linux distro which has a small memory footprint and has minimal background services running.

--
moto
Code: [Select]
10  IT\'S THE FINAL COUNTDOWN
20  FOR C = 1 TO 2
30     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NAAAA
40     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NA-NA-NAAAAA
50  NEXT C
60  NA-NA-NAAAA
70  NA-NA NA-NA-NA-NA-NAAAA NAAA-NAAAAAAAAAAA
80  GOTO 10
 

Offline motorollin

  • Hero Member
  • *****
  • Join Date: Nov 2005
  • Posts: 8669
    • Show all replies
Re: SSD 'Friendly' OS/Filesystem
« Reply #1 on: January 24, 2009, 12:13:46 PM »
If you disable the swap file then it should use physical RAM. But if you don't have enough then you will have problems, as Windows appears not to cope well if it starts running out of physical RAM when there is no swap file.

--
moto
Code: [Select]
10  IT\'S THE FINAL COUNTDOWN
20  FOR C = 1 TO 2
30     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NAAAA
40     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NA-NA-NAAAAA
50  NEXT C
60  NA-NA-NAAAA
70  NA-NA NA-NA-NA-NA-NAAAA NAAA-NAAAAAAAAAAA
80  GOTO 10