<div dir="auto">Hi guys</div><div dir="auto"><br></div><div dir="auto">Suppose I’ve a big binary (35MB) in the state of my gen_server process X.</div><div dir="auto"><br></div><div dir="auto">This binary is never shared with any other process, it’s never updated, and stays there for lifetime of process X.</div><div dir="auto"><br></div><div dir="auto">Question: internally, may the VM moves this binary around to different memory locations if needed? Or not because this binary is never shared/updated ?</div><div dir="auto"><br></div><div dir="auto">/Frank</div>