Skip to content

Commit d42ac88

Browse files
committed
Set resource_manager_options.worker_options.memory_total for DSE >=6.8
1 parent 1592728 commit d42ac88

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/integration/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -538,7 +538,8 @@ def use_cluster(cluster_name, nodes, ipformat=None, start=True, workloads=None,
538538
config_options = {
539539
"resource_manager_options": {
540540
"worker_options": {
541-
"cores_total": 0.1
541+
"cores_total": 0.1,
542+
"memory_total": "64M"
542543
}
543544
}
544545
}

0 commit comments

Comments
 (0)