services: default to 256MB for all
This commit is contained in:
@@ -119,7 +119,7 @@ angular.module('Application').controller('ServicesController', ['$scope', '$loca
|
||||
},
|
||||
|
||||
resetToDefaults: function () {
|
||||
$scope.serviceConfigure.memoryLimit = 536870912; // 512MB default
|
||||
$scope.serviceConfigure.memoryLimit = 256 * 1024 * 1024; // 256MB default
|
||||
},
|
||||
|
||||
reset: function () {
|
||||
|
||||
Reference in New Issue
Block a user