is is safe to have swap partition in ssd?
up vote
2
down vote
favorite
As I'm planning to buy an SSD and replace my old mechanical hard drive.
So I've heard rumors that having swap partition can decrease the life of SSD. So is this true? Or can I still have one(swap partition)?
Please let me know. Will be helpful.
Thank You.
16.04 hard-drive ssd swap
add a comment |
up vote
2
down vote
favorite
As I'm planning to buy an SSD and replace my old mechanical hard drive.
So I've heard rumors that having swap partition can decrease the life of SSD. So is this true? Or can I still have one(swap partition)?
Please let me know. Will be helpful.
Thank You.
16.04 hard-drive ssd swap
1
To some extent it was true when SSDs just came out. SSDs generally have lower lifetime ( in terms of writes to disk). So if your machine uses swap a lot - that is a lot of writes - that decreases SSD life expectancy. However, technology has become better over the years, so I'd suspect nowadays have just as good life expectancy as HDD in terms of writes. That's generally what the discussion comes down to - writes/reads to SSD and how agressively your machine uses swap. Of course, if you have good amount of RAM, small swap partition or swap file are good enough.
– Sergiy Kolodyazhnyy
3 hours ago
Possible duplicate of Why no swap partitions on SSD drives?
– karel
1 hour ago
Possible duplicate of Is it still bad to use swap on a modern SSD?
– Melebius
2 mins ago
add a comment |
up vote
2
down vote
favorite
up vote
2
down vote
favorite
As I'm planning to buy an SSD and replace my old mechanical hard drive.
So I've heard rumors that having swap partition can decrease the life of SSD. So is this true? Or can I still have one(swap partition)?
Please let me know. Will be helpful.
Thank You.
16.04 hard-drive ssd swap
As I'm planning to buy an SSD and replace my old mechanical hard drive.
So I've heard rumors that having swap partition can decrease the life of SSD. So is this true? Or can I still have one(swap partition)?
Please let me know. Will be helpful.
Thank You.
16.04 hard-drive ssd swap
16.04 hard-drive ssd swap
asked 3 hours ago
Rajesh K. Chaudhary
376
376
1
To some extent it was true when SSDs just came out. SSDs generally have lower lifetime ( in terms of writes to disk). So if your machine uses swap a lot - that is a lot of writes - that decreases SSD life expectancy. However, technology has become better over the years, so I'd suspect nowadays have just as good life expectancy as HDD in terms of writes. That's generally what the discussion comes down to - writes/reads to SSD and how agressively your machine uses swap. Of course, if you have good amount of RAM, small swap partition or swap file are good enough.
– Sergiy Kolodyazhnyy
3 hours ago
Possible duplicate of Why no swap partitions on SSD drives?
– karel
1 hour ago
Possible duplicate of Is it still bad to use swap on a modern SSD?
– Melebius
2 mins ago
add a comment |
1
To some extent it was true when SSDs just came out. SSDs generally have lower lifetime ( in terms of writes to disk). So if your machine uses swap a lot - that is a lot of writes - that decreases SSD life expectancy. However, technology has become better over the years, so I'd suspect nowadays have just as good life expectancy as HDD in terms of writes. That's generally what the discussion comes down to - writes/reads to SSD and how agressively your machine uses swap. Of course, if you have good amount of RAM, small swap partition or swap file are good enough.
– Sergiy Kolodyazhnyy
3 hours ago
Possible duplicate of Why no swap partitions on SSD drives?
– karel
1 hour ago
Possible duplicate of Is it still bad to use swap on a modern SSD?
– Melebius
2 mins ago
1
1
To some extent it was true when SSDs just came out. SSDs generally have lower lifetime ( in terms of writes to disk). So if your machine uses swap a lot - that is a lot of writes - that decreases SSD life expectancy. However, technology has become better over the years, so I'd suspect nowadays have just as good life expectancy as HDD in terms of writes. That's generally what the discussion comes down to - writes/reads to SSD and how agressively your machine uses swap. Of course, if you have good amount of RAM, small swap partition or swap file are good enough.
– Sergiy Kolodyazhnyy
3 hours ago
To some extent it was true when SSDs just came out. SSDs generally have lower lifetime ( in terms of writes to disk). So if your machine uses swap a lot - that is a lot of writes - that decreases SSD life expectancy. However, technology has become better over the years, so I'd suspect nowadays have just as good life expectancy as HDD in terms of writes. That's generally what the discussion comes down to - writes/reads to SSD and how agressively your machine uses swap. Of course, if you have good amount of RAM, small swap partition or swap file are good enough.
– Sergiy Kolodyazhnyy
3 hours ago
Possible duplicate of Why no swap partitions on SSD drives?
– karel
1 hour ago
Possible duplicate of Why no swap partitions on SSD drives?
– karel
1 hour ago
Possible duplicate of Is it still bad to use swap on a modern SSD?
– Melebius
2 mins ago
Possible duplicate of Is it still bad to use swap on a modern SSD?
– Melebius
2 mins ago
add a comment |
2 Answers
2
active
oldest
votes
up vote
2
down vote
It's not rumor. Writing ANYTHING on SSD decreases the life of SSD.
But current life of SSD is reasonably long.
For example, the 256GB Toshiba nvme my own gaming laptop wears like 2.x% a year, which means I can use it for 50 years before it wears out all NAND flash cycles. And I use hibernate a lot the first several months, which should impacts the life more than swap partition.
Also, my new WD Black 1TB nvme 3D TLC at work, with active android development(100GB repository after build-all), also wears less than 1%(I guess it's around 0.7%) after 3 months usage.
It totally depends how you use your drive.
The best way is that you just use swap partition normally, for several days or weeks, re-assess the wearing level using smart tools, and decide how you want to use it after.
add a comment |
up vote
1
down vote
TL;DR: yes, it's OK to have swap on SSD.
Let's address the elephant in the room first: beginning with 18.04 release Ubuntu uses swap file instead of full partition ( see release notes ). So you won't have swap partition in the first place unless you yourself make one.
Now back to the topic. To some extent it was true that having swap partition may decrease SSD life when SSDs just came out. This has to do with the amount of writes that SSD can withstand and how aggressively your OS uses swap. To quote Wikipedia article on the topic:
If a particular block was programmed and erased repeatedly without writing to any other blocks, that block would wear out before all the other blocks — thereby prematurely ending the life of the SSD
So if your machine uses swap a lot - that is a lot of writes to that particular area of the drive - that decreases SSD life expectancy, even though other parts may be good. Note also that life of an SSD depends also on the particular technology used - cheaper drives use less reliable flash storage in general, and obviously more expensive - last longer with better flash storage. Other things affect SSD lifespan such as:
- power outages and spikes
- hibernation ( which saves a lot of RAM contents to disk )
- temperature
- if your SSD will be in datacenter environment, there's a potential that a lot of writes to log files can have an effect of lifespan, which I am guessing is why Debian suggests
/var/log
to be in persistent ramdisk.
ZDnet cites an article on the research performed by a professor at University of Toronto and Google, according to which one of the key conclusions is "SSD age, not usage, affects reliability." In other words, if this study is correct, even with high usage swap it's not going to drastically affect SSD reliability. Among other things, swap's primary purpose is to free up RAM so that more RAM is available to new processes. Well, with low swappiness setting and high RAM amounts nowadays, swap is used less and less, so it won't contribute as much to the lifetime of SSD.
It's also worth noting that swap partitions support TRIM according to answer on our fellow SO site Unix&Linux, which also plays a role in wear leveling - swap is not just wearing out SSD, but also has ability to engage SSD's built-in wear leveling mechanisms.
In conclusion, yes, it's OK to have swap partition and swap file, because:
- SSD life depends on multiple actors
- having swap or swap partition is still necessary to free up RAM memory that processes need
- with larger RAM sizes swap is used less and less nowadays, hence less worry about swap reads and writes contributing to wear
See also:
- Is it still bad to use swap on a modern SSD?
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1100534%2fis-is-safe-to-have-swap-partition-in-ssd%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
2
down vote
It's not rumor. Writing ANYTHING on SSD decreases the life of SSD.
But current life of SSD is reasonably long.
For example, the 256GB Toshiba nvme my own gaming laptop wears like 2.x% a year, which means I can use it for 50 years before it wears out all NAND flash cycles. And I use hibernate a lot the first several months, which should impacts the life more than swap partition.
Also, my new WD Black 1TB nvme 3D TLC at work, with active android development(100GB repository after build-all), also wears less than 1%(I guess it's around 0.7%) after 3 months usage.
It totally depends how you use your drive.
The best way is that you just use swap partition normally, for several days or weeks, re-assess the wearing level using smart tools, and decide how you want to use it after.
add a comment |
up vote
2
down vote
It's not rumor. Writing ANYTHING on SSD decreases the life of SSD.
But current life of SSD is reasonably long.
For example, the 256GB Toshiba nvme my own gaming laptop wears like 2.x% a year, which means I can use it for 50 years before it wears out all NAND flash cycles. And I use hibernate a lot the first several months, which should impacts the life more than swap partition.
Also, my new WD Black 1TB nvme 3D TLC at work, with active android development(100GB repository after build-all), also wears less than 1%(I guess it's around 0.7%) after 3 months usage.
It totally depends how you use your drive.
The best way is that you just use swap partition normally, for several days or weeks, re-assess the wearing level using smart tools, and decide how you want to use it after.
add a comment |
up vote
2
down vote
up vote
2
down vote
It's not rumor. Writing ANYTHING on SSD decreases the life of SSD.
But current life of SSD is reasonably long.
For example, the 256GB Toshiba nvme my own gaming laptop wears like 2.x% a year, which means I can use it for 50 years before it wears out all NAND flash cycles. And I use hibernate a lot the first several months, which should impacts the life more than swap partition.
Also, my new WD Black 1TB nvme 3D TLC at work, with active android development(100GB repository after build-all), also wears less than 1%(I guess it's around 0.7%) after 3 months usage.
It totally depends how you use your drive.
The best way is that you just use swap partition normally, for several days or weeks, re-assess the wearing level using smart tools, and decide how you want to use it after.
It's not rumor. Writing ANYTHING on SSD decreases the life of SSD.
But current life of SSD is reasonably long.
For example, the 256GB Toshiba nvme my own gaming laptop wears like 2.x% a year, which means I can use it for 50 years before it wears out all NAND flash cycles. And I use hibernate a lot the first several months, which should impacts the life more than swap partition.
Also, my new WD Black 1TB nvme 3D TLC at work, with active android development(100GB repository after build-all), also wears less than 1%(I guess it's around 0.7%) after 3 months usage.
It totally depends how you use your drive.
The best way is that you just use swap partition normally, for several days or weeks, re-assess the wearing level using smart tools, and decide how you want to use it after.
edited 1 hour ago
answered 2 hours ago
Alvin Liang
4317
4317
add a comment |
add a comment |
up vote
1
down vote
TL;DR: yes, it's OK to have swap on SSD.
Let's address the elephant in the room first: beginning with 18.04 release Ubuntu uses swap file instead of full partition ( see release notes ). So you won't have swap partition in the first place unless you yourself make one.
Now back to the topic. To some extent it was true that having swap partition may decrease SSD life when SSDs just came out. This has to do with the amount of writes that SSD can withstand and how aggressively your OS uses swap. To quote Wikipedia article on the topic:
If a particular block was programmed and erased repeatedly without writing to any other blocks, that block would wear out before all the other blocks — thereby prematurely ending the life of the SSD
So if your machine uses swap a lot - that is a lot of writes to that particular area of the drive - that decreases SSD life expectancy, even though other parts may be good. Note also that life of an SSD depends also on the particular technology used - cheaper drives use less reliable flash storage in general, and obviously more expensive - last longer with better flash storage. Other things affect SSD lifespan such as:
- power outages and spikes
- hibernation ( which saves a lot of RAM contents to disk )
- temperature
- if your SSD will be in datacenter environment, there's a potential that a lot of writes to log files can have an effect of lifespan, which I am guessing is why Debian suggests
/var/log
to be in persistent ramdisk.
ZDnet cites an article on the research performed by a professor at University of Toronto and Google, according to which one of the key conclusions is "SSD age, not usage, affects reliability." In other words, if this study is correct, even with high usage swap it's not going to drastically affect SSD reliability. Among other things, swap's primary purpose is to free up RAM so that more RAM is available to new processes. Well, with low swappiness setting and high RAM amounts nowadays, swap is used less and less, so it won't contribute as much to the lifetime of SSD.
It's also worth noting that swap partitions support TRIM according to answer on our fellow SO site Unix&Linux, which also plays a role in wear leveling - swap is not just wearing out SSD, but also has ability to engage SSD's built-in wear leveling mechanisms.
In conclusion, yes, it's OK to have swap partition and swap file, because:
- SSD life depends on multiple actors
- having swap or swap partition is still necessary to free up RAM memory that processes need
- with larger RAM sizes swap is used less and less nowadays, hence less worry about swap reads and writes contributing to wear
See also:
- Is it still bad to use swap on a modern SSD?
add a comment |
up vote
1
down vote
TL;DR: yes, it's OK to have swap on SSD.
Let's address the elephant in the room first: beginning with 18.04 release Ubuntu uses swap file instead of full partition ( see release notes ). So you won't have swap partition in the first place unless you yourself make one.
Now back to the topic. To some extent it was true that having swap partition may decrease SSD life when SSDs just came out. This has to do with the amount of writes that SSD can withstand and how aggressively your OS uses swap. To quote Wikipedia article on the topic:
If a particular block was programmed and erased repeatedly without writing to any other blocks, that block would wear out before all the other blocks — thereby prematurely ending the life of the SSD
So if your machine uses swap a lot - that is a lot of writes to that particular area of the drive - that decreases SSD life expectancy, even though other parts may be good. Note also that life of an SSD depends also on the particular technology used - cheaper drives use less reliable flash storage in general, and obviously more expensive - last longer with better flash storage. Other things affect SSD lifespan such as:
- power outages and spikes
- hibernation ( which saves a lot of RAM contents to disk )
- temperature
- if your SSD will be in datacenter environment, there's a potential that a lot of writes to log files can have an effect of lifespan, which I am guessing is why Debian suggests
/var/log
to be in persistent ramdisk.
ZDnet cites an article on the research performed by a professor at University of Toronto and Google, according to which one of the key conclusions is "SSD age, not usage, affects reliability." In other words, if this study is correct, even with high usage swap it's not going to drastically affect SSD reliability. Among other things, swap's primary purpose is to free up RAM so that more RAM is available to new processes. Well, with low swappiness setting and high RAM amounts nowadays, swap is used less and less, so it won't contribute as much to the lifetime of SSD.
It's also worth noting that swap partitions support TRIM according to answer on our fellow SO site Unix&Linux, which also plays a role in wear leveling - swap is not just wearing out SSD, but also has ability to engage SSD's built-in wear leveling mechanisms.
In conclusion, yes, it's OK to have swap partition and swap file, because:
- SSD life depends on multiple actors
- having swap or swap partition is still necessary to free up RAM memory that processes need
- with larger RAM sizes swap is used less and less nowadays, hence less worry about swap reads and writes contributing to wear
See also:
- Is it still bad to use swap on a modern SSD?
add a comment |
up vote
1
down vote
up vote
1
down vote
TL;DR: yes, it's OK to have swap on SSD.
Let's address the elephant in the room first: beginning with 18.04 release Ubuntu uses swap file instead of full partition ( see release notes ). So you won't have swap partition in the first place unless you yourself make one.
Now back to the topic. To some extent it was true that having swap partition may decrease SSD life when SSDs just came out. This has to do with the amount of writes that SSD can withstand and how aggressively your OS uses swap. To quote Wikipedia article on the topic:
If a particular block was programmed and erased repeatedly without writing to any other blocks, that block would wear out before all the other blocks — thereby prematurely ending the life of the SSD
So if your machine uses swap a lot - that is a lot of writes to that particular area of the drive - that decreases SSD life expectancy, even though other parts may be good. Note also that life of an SSD depends also on the particular technology used - cheaper drives use less reliable flash storage in general, and obviously more expensive - last longer with better flash storage. Other things affect SSD lifespan such as:
- power outages and spikes
- hibernation ( which saves a lot of RAM contents to disk )
- temperature
- if your SSD will be in datacenter environment, there's a potential that a lot of writes to log files can have an effect of lifespan, which I am guessing is why Debian suggests
/var/log
to be in persistent ramdisk.
ZDnet cites an article on the research performed by a professor at University of Toronto and Google, according to which one of the key conclusions is "SSD age, not usage, affects reliability." In other words, if this study is correct, even with high usage swap it's not going to drastically affect SSD reliability. Among other things, swap's primary purpose is to free up RAM so that more RAM is available to new processes. Well, with low swappiness setting and high RAM amounts nowadays, swap is used less and less, so it won't contribute as much to the lifetime of SSD.
It's also worth noting that swap partitions support TRIM according to answer on our fellow SO site Unix&Linux, which also plays a role in wear leveling - swap is not just wearing out SSD, but also has ability to engage SSD's built-in wear leveling mechanisms.
In conclusion, yes, it's OK to have swap partition and swap file, because:
- SSD life depends on multiple actors
- having swap or swap partition is still necessary to free up RAM memory that processes need
- with larger RAM sizes swap is used less and less nowadays, hence less worry about swap reads and writes contributing to wear
See also:
- Is it still bad to use swap on a modern SSD?
TL;DR: yes, it's OK to have swap on SSD.
Let's address the elephant in the room first: beginning with 18.04 release Ubuntu uses swap file instead of full partition ( see release notes ). So you won't have swap partition in the first place unless you yourself make one.
Now back to the topic. To some extent it was true that having swap partition may decrease SSD life when SSDs just came out. This has to do with the amount of writes that SSD can withstand and how aggressively your OS uses swap. To quote Wikipedia article on the topic:
If a particular block was programmed and erased repeatedly without writing to any other blocks, that block would wear out before all the other blocks — thereby prematurely ending the life of the SSD
So if your machine uses swap a lot - that is a lot of writes to that particular area of the drive - that decreases SSD life expectancy, even though other parts may be good. Note also that life of an SSD depends also on the particular technology used - cheaper drives use less reliable flash storage in general, and obviously more expensive - last longer with better flash storage. Other things affect SSD lifespan such as:
- power outages and spikes
- hibernation ( which saves a lot of RAM contents to disk )
- temperature
- if your SSD will be in datacenter environment, there's a potential that a lot of writes to log files can have an effect of lifespan, which I am guessing is why Debian suggests
/var/log
to be in persistent ramdisk.
ZDnet cites an article on the research performed by a professor at University of Toronto and Google, according to which one of the key conclusions is "SSD age, not usage, affects reliability." In other words, if this study is correct, even with high usage swap it's not going to drastically affect SSD reliability. Among other things, swap's primary purpose is to free up RAM so that more RAM is available to new processes. Well, with low swappiness setting and high RAM amounts nowadays, swap is used less and less, so it won't contribute as much to the lifetime of SSD.
It's also worth noting that swap partitions support TRIM according to answer on our fellow SO site Unix&Linux, which also plays a role in wear leveling - swap is not just wearing out SSD, but also has ability to engage SSD's built-in wear leveling mechanisms.
In conclusion, yes, it's OK to have swap partition and swap file, because:
- SSD life depends on multiple actors
- having swap or swap partition is still necessary to free up RAM memory that processes need
- with larger RAM sizes swap is used less and less nowadays, hence less worry about swap reads and writes contributing to wear
See also:
- Is it still bad to use swap on a modern SSD?
answered 31 mins ago
Sergiy Kolodyazhnyy
68.8k9143303
68.8k9143303
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1100534%2fis-is-safe-to-have-swap-partition-in-ssd%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
To some extent it was true when SSDs just came out. SSDs generally have lower lifetime ( in terms of writes to disk). So if your machine uses swap a lot - that is a lot of writes - that decreases SSD life expectancy. However, technology has become better over the years, so I'd suspect nowadays have just as good life expectancy as HDD in terms of writes. That's generally what the discussion comes down to - writes/reads to SSD and how agressively your machine uses swap. Of course, if you have good amount of RAM, small swap partition or swap file are good enough.
– Sergiy Kolodyazhnyy
3 hours ago
Possible duplicate of Why no swap partitions on SSD drives?
– karel
1 hour ago
Possible duplicate of Is it still bad to use swap on a modern SSD?
– Melebius
2 mins ago