Skip to content

Commit

Permalink
Set jvm_heap_memory_threshold to 100 for ml-commons dashboards (#1253)
Browse files Browse the repository at this point in the history
Signed-off-by: Lin Wang <[email protected]>
  • Loading branch information
wanglam authored Apr 30, 2024
1 parent c111995 commit c18b673
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cypress/utils/plugins/ml-commons-dashboards/commands.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ Cypress.Commands.add('disableNativeMemoryCircuitBreaker', () => {
body: {
transient: {
'plugins.ml_commons.native_memory_threshold': 100,
'plugins.ml_commons.jvm_heap_memory_threshold': 100,
},
},
failOnStatusCode: false,
Expand Down

0 comments on commit c18b673

Please sign in to comment.