do not set memoryLimit

This commit is contained in:
Girish Ramakrishnan
2016-02-25 10:49:14 -08:00
parent 82a347ea4b
commit 2857158543

View File

@@ -193,8 +193,8 @@ angular.module('Application').controller('AppsController', ['$scope', '$location
portBindings: finalPortBindings,
accessRestriction: !$scope.appConfigure.accessRestrictionOption ? null : $scope.appConfigure.accessRestriction,
cert: $scope.appConfigure.certificateFile,
key: $scope.appConfigure.keyFile,
memoryLimit: $scope.appConfigure.memoryLimit
key: $scope.appConfigure.keyFile
// memoryLimit: $scope.appConfigure.memoryLimit
};
Client.configureApp($scope.appConfigure.app.id, $scope.appConfigure.password, data, function (error) {