linux – 我的系统上磁盘的原子写入大小是多少?

前端之家收集整理的这篇文章主要介绍了linux – 我的系统上磁盘的原子写入大小是多少?前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
the access_log directive的文档中,Nginx文档说

The buffer size must not exceed the size of an atomic write to a disk file.

如何确定系统的大小?

解决方法

This超级用户的答案对原子写入大小有一个很好的定义.

This is at least as large as the size of the hardware sector,which is the atomic read/write size.

原文链接:https://www.f2er.com/linux/399866.html

猜你在找的Linux相关文章