找出适合 SWAP 的块大小是多少?

发布于 2024-09-15 05:12:07 字数 243 浏览 6 评论 0原文

我从这里找到了以下创建交换的方法

dd if=/dev/zero of=/root/myswapfile bs=1M count=1024

是否有任何经验法则可以决定块大小?在任何机器上交换的最佳块大小是多少?这里是1M..

i found the following method to create swap, from here

dd if=/dev/zero of=/root/myswapfile bs=1M count=1024

Is there any thumb rule that to decide block size ? What is the best block size for Swap in any machine ? Here it is 1M..

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

七堇年 2024-09-22 05:12:07

当使用 dd 创建用于交换的常规文件时,块大小可以方便地允许 count 参数创建指定大小的文件。

dd 命令中的 bs= 不会改变底层磁盘结构。

When creating a regular file for swap using dd the blocksize is a convenience to allow the count parameter to create a file of the specified size.

The underlying disk structure is unchanged by the bs= in the dd command.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文