Skip to content

Commit

Permalink
Use memory limit provided by meta.yaml in apache-camel stack (#13505)
Browse files Browse the repository at this point in the history
Signed-off-by: Valeriy Svydenko <[email protected]>
  • Loading branch information
svor authored Jun 12, 2019
1 parent de24123 commit 859a0fc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ide/che-core-ide-stacks/src/main/resources/stacks.json
Original file line number Diff line number Diff line change
Expand Up @@ -2931,8 +2931,7 @@
"editor": "eclipse/che-theia/next",
"plugins": "eclipse/che-machine-exec-plugin/0.0.1,redhat/vscode-xml/0.5.1,camel-tooling/vscode-apache-camel/0.0.14,redhat/java/latest",
"sidecar.eclipse/che-theia.memory_limit": "512Mi",
"sidecar.redhat/vscode-xml.memory_limit": "128Mi",
"sidecar.camel-tooling/vscode-apache-camel.memory_limit": "128Mi"
"sidecar.redhat/vscode-xml.memory_limit": "128Mi"
},
"commands": [],
"links": []
Expand Down

0 comments on commit 859a0fc

Please sign in to comment.