ClearOS Bug Tracker


View Revisions: Issue #17821 All Revisions ] Back to Issue ]
Summary 0017821: Add memory usage helper
Revision 2017-12-05 08:34 by user2
Description In low-memory environments, most apps in the ClearOS Marketplace can either automatically scale or provide a path to programmatically scale (e.g. limiting the number of startup processes in Squid).

Containers will require a lot more RAM, so new APIs and tools need to be put in place to manage container-based apps.

1) Apps over the memory limit should be marked as "unavailable" in the Marketplace

2) If apps are installed via command line, the app should show a warning message and auto-start should be disabled.

Addendum: we might want to also add compute power detection too. The ClamAV issue described in 0018081 is a good example.
Revision 2017-11-14 11:16 by user2
Description In low-memory environments, most apps in the ClearOS Marketplace can either automatically scale or provide a path to programmatically scale (e.g. limiting the number of startup processes in Squid).

Containers will require a lot more RAM, so new APIs and tools need to be put in place to manage container-based apps.

1) Apps over the memory limit should be marked as "unavailable" in the Marketplace

2) If apps are installed via command line, the app should show a warning message and auto-start should be disabled.