We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
问题描述
这本书对进阶非常有帮助,谢谢了。 95页关于 Go 程序启动时向系统申请的内存配图,bitmap 的大小是 512GB,我看了挺多资料,包括作者您网上开源的版本,都是根据 bitmap 中1个 byte 大小的内存对应 arena 区域中 4 个指针大小(指针大小为 8B)的内存,所以 bitmap 区域的大小 512G /(4*8B) = 16GB
如何找到这个错误
您认为应该如何?
图片 如果有可能,尽量提供图片。
其他补充信息
想请教一下作者这个 bitmap 分配 512 GB 是怎么计算的呢?谢谢
The text was updated successfully, but these errors were encountered:
稍后回复你,最近有点忙
Sorry, something went wrong.
RainbowMango
No branches or pull requests
问题描述
这本书对进阶非常有帮助,谢谢了。
95页关于 Go 程序启动时向系统申请的内存配图,bitmap 的大小是 512GB,我看了挺多资料,包括作者您网上开源的版本,都是根据 bitmap 中1个 byte 大小的内存对应 arena 区域中 4 个指针大小(指针大小为 8B)的内存,所以 bitmap 区域的大小 512G /(4*8B) = 16GB
如何找到这个错误
您认为应该如何?
图片
如果有可能,尽量提供图片。
其他补充信息
想请教一下作者这个 bitmap 分配 512 GB 是怎么计算的呢?谢谢
The text was updated successfully, but these errors were encountered: