Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
情况 - 我有两台电脑,第一台有 python,第二台有 memcache。memcache 中有一些键,它引用内存中大小约为 1 GB 的对象。如果我从 python 访问该对象并想要运行,这是否意味着 python 进程会将整个对象复制到本地内存?
是的,它确实。请注意,memcached 人员不建议存储任何大于 1 兆字节的内容,因此您远远高于该建议。