I follow the installation instructions for cassandra in Installing Cassandra
When I installed, I will get lower. How can i fix it?
service cassandra start xss = -ea -XX:+UseThreadPriorities -XX:ThreadPriorityPolicy=42 -Xms1001M -Xmx1001M -Xmn100M -XX:+HeapDumpOnOutOfMemoryError -Xss128k root@i-157-16647-VM :~
I work on a machine with 2 gigabytes of RAM. This is how I install on a virtual virtual machine.
sudo vi /etc/apt/sources.list #add sources.list deb http://debian.datastax.com/community stable main deb http://us.archive.ubuntu.com/ubuntu/ precise main contrib non-free curl -L http://debian.datastax.com/debian/repo_key | sudo apt-key add - sudo apt-get update sudo apt-get install python-cql dsc1.1 root@i-157-16647-VM :~
Tampa source share