|
|
|
|
|
by fh973
300 days ago
|
|
Swap on servers somewhat defeats the purpose of ECC memory: your program state is now subject to complex IO path that is not end-to-end checksum protected.
Also you get unpredictable performance. So typically: swap off on servers. Do they have a server story? |
|
Edit: I think that the use of ZFS for your /tmp would solve this. You get Error Corrected memory writing to an check-summed file system.