Skip to content
New issue

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

How to deal with memory issues and py3exiv2 install #134

Open
askpatrickw opened this issue May 20, 2023 · 0 comments
Open

How to deal with memory issues and py3exiv2 install #134

askpatrickw opened this issue May 20, 2023 · 0 comments

Comments

@askpatrickw
Copy link

echo "ERROR : $TOTAL_MEM mb Not enough RAM memory"

If you increase your swap file, you can successfully build py3exiv2.

sudo dphys-swapfile swapoff
sudo sed -i 's/CONF_SWAPSIZE=100/CONF_SWAPSIZE=1024/g' /etc/dphys-swapfile
sudo dphys-swapfile setup
sudo dphys-swapfile swapon
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant