We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21377e2 commit 5f50593Copy full SHA for 5f50593
x-pack/plugin/security/build.gradle
@@ -429,6 +429,7 @@ tasks.named("internalClusterTest").configure {
429
* to keep direct memory usage under control.
430
*/
431
systemProperty 'es.transport.buffer.size', '256k'
432
+ systemProperty 'es.dlm_feature_flag_enabled', 'true'
433
}
434
435
addQaCheckDependencies(project)
0 commit comments