Skip to content

Commit 590da91

Browse files
committed
[C++] FTS mem quota fix
1 parent c805823 commit 590da91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cxx/cxx-scripted-build-pipeline.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ if (!SKIP_TESTS.toBoolean()) {
244244
if (CLUSTER.major() >= 8 || (CLUSTER.major() == 7 && CLUSTER.minor() >= 6)) {
245245
// FTS changed their throttling behaviour when creating indexes to better respect its RAM quota. It now needs more memory to create search indexes in time.
246246
// See MB-64303
247-
shWithEcho("curl -v -X POST -u Administrator:password -d 'ftsMemoryQuota=2048' http://${CLUSTER.firstIP()}:8091/pools/default")
247+
sh("curl -v -X POST -u Administrator:password -d 'ftsMemoryQuota=2048' http://${CLUSTER.firstIP()}:8091/pools/default")
248248
}
249249
}
250250
}

0 commit comments

Comments
 (0)