memorySwap/memory is now just a single memoryLimit
This commit is contained in:
@@ -225,7 +225,7 @@ angular.module('Application').controller('EmailsController', ['$scope', '$locati
|
||||
Client.getService('mail', function (error, result) {
|
||||
if (error) return console.log('Error getting status of mail conatiner', error);
|
||||
|
||||
$scope.solrConfig.enoughMemory = result.config.memorySwap > (1024*1024*1024*2);
|
||||
$scope.solrConfig.enoughMemory = result.config.memoryLimit > (1024*1024*1024*2);
|
||||
$scope.solrConfig.running = result.healthcheck && result.healthcheck.solr.status;
|
||||
|
||||
Client.getSolrConfig(function (error, config) {
|
||||
|
||||
Reference in New Issue
Block a user