OpenVoiceOS / raspOVOS

Run ovos ontop of RaspberryPiOS
MIT License
32 stars 13 forks source link

[ENHANCEMENT] Mark 1 image #85

Open mikejgray opened 1 year ago

mikejgray commented 1 year ago

I made quite a few customizations on the Mark 1 image to dial it in. Some are probably more personal preference than anything, but others are notes from Jarbas and some of my own. Please feel free to not include certain things with the image, like some of the skills, but I figured they helped give it some of the personality of the original.

apt install zram-tools
sed -i '/#PERCENT=50/c\PERCENT=50' /etc/default/zramswap
cat <<EOF >> /etc/sysctl.conf

#zram
vm.vfs_cache_pressure=500
vm.swappiness=100
vm.dirty_background_ratio=1
vm.dirty_ratio=50
EOF
sysctl --system
systemctl enable zramswap
systemctl start zramswap

Thanks for supporting the original hardware!

builderjer commented 1 year ago

New image with many of the improvements here. Some were not necessary, and some just not implemented with the image.

Can be tested here https://ovosimages.ziggyai.online/raspbian/mark1

builderjer commented 11 months ago

@mikejgray did you test this image? can I close this?

mikejgray commented 11 months ago

@builderjer I did, and there were some regressions that caused it to not work for me. Will try to get you more details tonight or this weekend