Skip to content

Commit

Permalink
Update Cassandra example config for DC/OS 1.7 (new cassandra framework)
Browse files Browse the repository at this point in the history
  • Loading branch information
Karl Isenberg committed Apr 16, 2016
1 parent cd7f107 commit 2f39a31
Showing 1 changed file with 13 additions and 10 deletions.
23 changes: 13 additions & 10 deletions examples/oinker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,17 @@ This example runs [Oinker-Go](https://github.com/mesosphere/oinker-go) on [Marat
```
cat >/tmp/cassandra.json <<EOF
{
"cassandra": {
"framework": {
"mem": 512
},
"resources": {
"mem": 128
"nodes": {
"cpus": 0.5,
"mem": 512,
"disk": 4096,
"heap": {
"size": 1024,
"new": 100
},
"count": 1,
"seeds": 1
}
}
}
EOF
```
Expand All @@ -55,9 +58,9 @@ See the [DC/OS CLI docs](../../docs/dcos-cli.md#multiverse) on how to add the mu
```
cat >/tmp/marathon-lb.json <<EOF
{
"marathon-lb": {
"mem": 256
}
"marathon-lb": {
"mem": 256
}
}
EOF
```
Expand Down

0 comments on commit 2f39a31

Please sign in to comment.