Re: Minimum System Requirements

2020-03-30 Thread Reid Pinchback
ache.org" Date: Saturday, March 28, 2020 at 12:03 AM To: "user@cassandra.apache.org" Subject: Re: Minimum System Requirements Message from External Sender It really depends on your definition of "stable" but you can run C* on as little as a single-core machine with 4-6GB

Re: Minimum System Requirements

2020-03-30 Thread John Sanda
I recently had to set up an integration testing environment that involves running multiple C* instances in containers using docker-compose. I am able to do so with a total memory for the container set at 512 MB and a 256 MB heap for C*. This is with C* 3.11.4. Going below 512 MB causes the containe

Re: Minimum System Requirements

2020-03-28 Thread A
Thank you. Sent from Yahoo Mail for iPhone On Friday, March 27, 2020, 9:02 PM, Erick Ramirez wrote: It really depends on your definition of "stable" but you can run C* on as little as a single-core machine with 4-6GB of RAM. It will be stable enough to do 1 or 2 queries per second (or mayb

Re: Minimum System Requirements

2020-03-27 Thread Erick Ramirez
It really depends on your definition of "stable" but you can run C* on as little as a single-core machine with 4-6GB of RAM. It will be stable enough to do 1 or 2 queries per second (or maybe a bit more) if you were just doing some development and wanted to do minimal testing. There are even exampl

Minimum System Requirements

2020-03-27 Thread A
What are the minimum system requirements for running a stable install of Cassandra? Sent from Yahoo Mail for iPhone