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
{{ message }}
This repository has been archived by the owner on Jun 18, 2022. It is now read-only.
Is your feature request related to a problem? Please describe.
A regular SD card supports approx. 100,000 write cycles. Depending on the usage, SD card will die from few weeks to few months.
Describe the solution you'd like
Tutorial should guide users through setting up web and machinery on a read-only filesystem.
That means:
it should be described how to create ram-drives,
Laravel should be configured not to log or log only in the specified ram drive,
Cache and storage directories should be symlinked or reconfigured
System should be able to run without SWAP partition (memory consumption has to be optimised).
Nginx and PHP-FPM should also not log at all or log only in the ram.
Read-only filesystem is already supported by KIOS, so it should not be too difficult to make it also work with Raspbian or Docker setups.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Is your feature request related to a problem? Please describe.
A regular SD card supports approx. 100,000 write cycles. Depending on the usage, SD card will die from few weeks to few months.
Describe the solution you'd like
Tutorial should guide users through setting up web and machinery on a read-only filesystem.
That means:
Read-only filesystem is already supported by KIOS, so it should not be too difficult to make it also work with Raspbian or Docker setups.
The text was updated successfully, but these errors were encountered: