Dear Wiki user,

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

The "RunningCassandraInEclipse" page has been changed by RogerSchildmeijer.
http://wiki.apache.org/cassandra/RunningCassandraInEclipse?action=diff&rev1=2&rev2=3

--------------------------------------------------

  Click "Run" -> "Run Configurations...". Select 
org.apache.cassandra.thrift.CassandraDaemon as you Main class, make sure that 
your cassandra project is select in the "Project" field.
  Under the Arguments tab you can specify VM arguments. Below is my complete Vm 
arguments list:
  
+ {{{
  -Dstorage-config=/Users/schildmeijer/Documents/workspace/cassandra/conf/
  -Xmx1G
  -XX:TargetSurvivorRatio=90
@@ -69, +70 @@

  -Dcom.sun.management.jmxremote.port=8080
  -Dcom.sun.management.jmxremote.ssl=false
  -Dcom.sun.management.jmxremote.authenticate=false"
- 
+ }}}
  
  Make sure to change the storage-config property so it defines the path to 
your storage-conf.xml file.
   
@@ -97, +98 @@

  
  
  
- 
- 

Reply via email to