Skip to content

Commit 2cd6acf

Browse files
committed
added doc
1 parent 1ba83e7 commit 2cd6acf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/benchmarks/data-serving.md

+2
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ The following options can modify the settings of the server:
2323
- `--writer-count=<int>`: The number of writer threads Cassandra uses. Cassandra recommends 8 threads per CPU core. The default value is 32.
2424
- `--heap-size=<int>`: JVM heap size. Its unit is GB, and by default, JVM uses `max(min(1/2 ram, 1GB), min(1/4 ram, 8GB))`. It is good to increase the value when the server has enough DRAM for better performance or lower the value for explicit resource restriction.
2525
- `--affinity=<cpu_id, ...>`: The CPUs Cassandra works on. This setting let Cassandra be aware of its CPU affinity explicitly. It should be used together with the container's resource management option (e.g., `--cpuset-cpus`).
26+
- `--row-cache=<size>`: The size of the row cache, example 16GiB. By default, the row cache is disabled.
27+
2628

2729
### Multiple Server Containers
2830

0 commit comments

Comments
 (0)