You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I know there is jvm_args parameter for start method in Cluster class but it means that I have to specify this every time.
Cassandra's dtests are starting nodes but there is not simple way how to say "for all dtests, for every node I start via ccm, I want to set -Xmx and -Xms for each node to so and so value".
There is so many nodes in dtests it is just wrong to specify it every single time per node (not even sure thats possible).
Naive approach would be to introduce jvm_args as a paramter of init on Cluster and if jvm_args in start method are None, it would take args from self.
The text was updated successfully, but these errors were encountered:
Hi, @ptnapoleon
I know there is jvm_args parameter for start method in Cluster class but it means that I have to specify this every time.
Cassandra's dtests are starting nodes but there is not simple way how to say "for all dtests, for every node I start via ccm, I want to set -Xmx and -Xms for each node to so and so value".
There is so many nodes in dtests it is just wrong to specify it every single time per node (not even sure thats possible).
Naive approach would be to introduce jvm_args as a paramter of init on Cluster and if jvm_args in start method are None, it would take args from self.
The text was updated successfully, but these errors were encountered: