Skip to content

Commit

Permalink
CHE-781: use 1Gb RAM for db machine and remove ssh agent from it
Browse files Browse the repository at this point in the history
Signed-off-by: Ann Shumilova <ashumilova@codenvy.com>
  • Loading branch information
ashumilova committed Sep 20, 2016
1 parent 16c1533 commit 65a1abd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ide/che-core-ide-stacks/src/main/resources/stacks.json
Expand Up @@ -39,14 +39,14 @@
},
"db": {
"agents": [
"org.eclipse.che.terminal", "org.eclipse.che.ssh"
"org.eclipse.che.terminal"
],
"servers": {},
"attributes" : {}
}
},
"recipe": {
"content": "services:\n db:\n image: codenvy/mysql\n environment:\n MYSQL_DATABASE: petclinic\n MYSQL_USER: petclinic\n MYSQL_PASSWORD: password\n mem_limit: 2147483648\n dev-machine:\n image: codenvy/ubuntu_jdk8\n mem_limit: 2147483648\n links:\n - db",
"content": "services:\n db:\n image: codenvy/mysql\n environment:\n MYSQL_DATABASE: petclinic\n MYSQL_USER: petclinic\n MYSQL_PASSWORD: password\n mem_limit: 1073741824\n dev-machine:\n image: codenvy/ubuntu_jdk8\n mem_limit: 2147483648\n links:\n - db",
"contentType": "application/x-yaml",
"type": "compose"
}
Expand Down

0 comments on commit 65a1abd

Please sign in to comment.