trynd / wren

Linux boot platform that provides a portable, multi-system, run-in-memory Linux environment.
GNU General Public License v3.0
0 stars 1 forks source link

Cron job to increase active data capacity #23

Closed codewithmichael closed 9 years ago

codewithmichael commented 9 years ago

Addressed by PR #12.

The active data capacity is only automatically expanded right now during startup.

A simple cron job could be set up to check the current active data capacity and expand it by the default amount (if that much is available) when the saved data capacity is nearing the "tolerance" size.

This would alleviate the user's need to regularly check their active data usage.

codewithmichael commented 9 years ago

This has been addressed by PR #12.

Moving to milestone release-0.2.0 and marking ready.