gpt4 book ai didi

linux - chroot 如何影响动态库内存使用?

转载 作者:IT王子 更新时间:2023-10-29 00:27:36 29 4
gpt4 key购买 nike

虽然有another question与类似的主题,它不包括共享库在 chroot jail 中使用的内存。

假设我们有几个类似的 chroot。更具体地说,完全相同的二进制文件和共享库集,它们实际上是到主副本的硬链接(hard link)以节省磁盘空间(为了防止文件更改的潜在可能性,文件系统以只读方式挂载)。

这样的设置对内存使用有何影响?

最佳答案

如 chroot 系统调用中所述:

This call changes an ingredient in the pathname resolution process and does nothing else.

因此,共享库将以与在 chroot jail 之外相同的方式加载(共享只读页面、重复数据等)

http://man7.org/linux/man-pages/man2/chroot.2.html

关于linux - chroot 如何影响动态库内存使用?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20770230/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com