You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Convenience things, like valgrind, should be the last to go. First up is anything we're just wasting space on, like package caches or AGNOS build-time dependencies.
If we have to start cutting these things, I think we'll want to setup an "AGNOS dev" package that will install all those extras together.
batman:output$ du -hs system.img
4.3G system.img
scripts/check_space.sh is a nice tool for debugging this and will allow you to poke around like this:
The text was updated successfully, but these errors were encountered:
Convenience things, like
valgrind
, should be the last to go. First up is anything we're just wasting space on, like package caches or AGNOS build-time dependencies.If we have to start cutting these things, I think we'll want to setup an "AGNOS dev" package that will install all those extras together.
scripts/check_space.sh
is a nice tool for debugging this and will allow you to poke around like this:The text was updated successfully, but these errors were encountered: