Skip to content
This repository has been archived by the owner on Mar 31, 2024. It is now read-only.

Commit

Permalink
[FTR] Disables GeoIP downloader (elastic#97813)
Browse files Browse the repository at this point in the history
A temporary workaround to the increased segment memory issues we have in
the new ES snapshots

Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
  • Loading branch information
Tyler Smalley committed Apr 21, 2021
1 parent 2b57ef3 commit 98b4e47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/common/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default function () {
servers,

esTestCluster: {
serverArgs: ['xpack.security.enabled=false'],
serverArgs: ['xpack.security.enabled=false', 'geoip.downloader.enabled=false'],
},

kbnTestServer: {
Expand Down

0 comments on commit 98b4e47

Please sign in to comment.