Skip to content

Commit

Permalink
fix: Experiment for Memory limit
Browse files Browse the repository at this point in the history
  • Loading branch information
ManuelGerding committed Dec 6, 2023
1 parent 77ea852 commit 7a3d414
Showing 1 changed file with 0 additions and 47 deletions.
47 changes: 0 additions & 47 deletions extadvice/memory_limit/experiment_memory_limit.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,51 +85,4 @@
]
}
],
"lanes": [
{
"steps": [
{
"type": "action",
"ignoreFailure": false,
"parameters": {
"duration": "30s",
"percentage": 200,
"failOnOomKill": false
},
"actionType": "com.steadybit.extension_container.stress_mem",
"radius": {
"targetType": "com.steadybit.extension_container.container",
"predicate": {
"operator": "AND",
"predicates": [
{
"key": "k8s.cluster-name",
"operator": "EQUALS",
"values": [
"${target.k8s.cluster-name}"
]
},
{
"key": "k8s.namespace",
"operator": "EQUALS",
"values": [
"${target.k8s.namespace}"
]
},
{
"key": "k8s.deployment",
"operator": "EQUALS",
"values": [
"${target.steadybit.label}"
]
}
]
},
"query": null,
"percentage": 50
}
}
]
}
]
}

0 comments on commit 7a3d414

Please sign in to comment.