▲ | dns_snek 3 days ago | ||||||||||||||||
That's weirdly passive aggressive, swap isn't durable data storage. Reliably recording massive amounts of data for extended periods of time in a studio setting is the most obvious use case for a fixed-size buffer that gets flushed to durable storage at short and predictable time intervals. You wouldn't want a segfault wiping out the entire day's worth of work, would you? | |||||||||||||||||
▲ | MomsAVoxell 3 days ago | parent [-] | ||||||||||||||||
I didn’t mean to imply that swap was durable data storage. Having swap/more memory available just means you have more buffers before needing to commit and in certain circumstances this can be very beneficial, such as when processing of larger amounts of logged data is needed prior to committing, etc. There is certainly a case for both having and using swap, and disabling it entirely, depending on the data load and realtime needs of the application. Processing data and saving data have different requirements, and the point is really that there is no black and white on this. Use swap if it’s appropriate to the application - don’t use it, if it isn’t. | |||||||||||||||||
|