You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by Apache Wiki <wi...@apache.org> on 2011/07/15 01:18:06 UTC

[Cassandra Wiki] Update of "RunningCassandra" by defmikekoh

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Cassandra Wiki" for change notification.

The "RunningCassandra" page has been changed by defmikekoh:
http://wiki.apache.org/cassandra/RunningCassandra?action=diff&rev1=15&rev2=16

  $ CASSANDRA_INCLUDE=/tmp/new.in.sh bin/cassandra
  }}}
  
- Among other things, the defaults in `bin/cassandra.in.sh` include a maximum heap size (-Xmx) of 1GB, which you'll almost certainly want to considering tailoring for your environment. The port to access Cassandra's JmxInterface is also configured here through the `com.sun.management.jmxremote.port` property and defaults to 8080. 
+ Among other things, the defaults in `bin/cassandra.in.sh` include a maximum heap size (-Xmx) of 1GB, which you'll almost certainly want to considering tailoring for your environment. The port to access Cassandra's JmxInterface is also configured here through the `com.sun.management.jmxremote.port` property and defaults to 8080 (7199 starting in v0.8.0-beta1). 
  
  Additionally, the script recognizes a number of command line arguments, invoking the script with the `-h` option prints a brief summary of them.