Open oaguirre-vb opened 3 months ago
Hi @oaguirre-vb ,
installing PythonMonkey in a fresh container - I'm observing my filesystem usage increase by 130mb running df
before and after pip3 install pythonmonkey
.
Based on your output, it looks like you're building PythonMonkey from source (which includes compiling SpiderMonkey) - this will take significantly more space on your disk than installing a pre-compiled binary of PythonMonkey.
What command are you using to install PythonMonkey?
If you use pip3 install pythonmonkey
, it should install PythonMonkey with a pre-compiled binary (as long as we support your architecture) and not take up as much space.
Please let us know
Thanks for using PythonMonkey!
Not sure if pythonmonkey supports that architecture, but appreciate any help/guidence.
Hello again, I wanted to ask (but not open a completely new issue, unless you guys think I should) about how much space is needed to install pythonmonkey. My main issue now is there isn't enough space within the docker container for it to be installed (3.3 gb allocated for container)
Originally posted by @oaguirre-vb in https://github.com/Distributive-Network/PythonMonkey/issues/373#issuecomment-2263297256