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
Currently Chromium generates a lot of temporary files like
.org.chromium.Chromium.0ouinx in /tmp directory
This leads to the kiosk using IoT Boxes being non responsive and
eventually having issues/crashing
This PR increases the size of /tmp directory following the
recommendation of it being half the size of the ram (which is 2GB for
our rpi 4)
We also increase /etc directory size to allow more cups storage where it
it used
Recommendation link: https://docs.aws.amazon.com/linux/al2023/ug/filesystem-slash-tmp.htmlclosesodoo#209826
X-original-commit: 2ea3b8b
Signed-off-by: Max Whale (mawh) <[email protected]>
0 commit comments