Skip to content

Commit c3876f3

Browse files
committed
testing
1 parent 7343b65 commit c3876f3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ jobs:
384384

385385
tas_tests_search_api:
386386
name: ${{ matrix.testSuite }} | TAS tests (Search API)
387-
runs-on: ubuntu-latest
387+
runs-on: alfrescoPub-ubuntu2204-16G-4CPU
388388
strategy:
389389
fail-fast: false
390390
matrix:

tests/testcontainers-env/src/main/java/org/alfresco/tas/AlfrescoStackInitializer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ protected GenericContainer<?> createLiveIndexingContainer()
214214
.withEnv("SPRING_ACTIVEMQ_BROKERURL", "nio://activemq:61616")
215215
.withEnv("ALFRESCO_SHAREDFILESTORE_BASEURL", "http://shared-file-store:8099/alfresco/api/-default-/private/sfs/versions/1/file/")
216216
.withEnv("ALFRESCO_ACCEPTEDCONTENTMEDIATYPESCACHE_BASEURL", "http://transform-core-aio:8090/transform/config")
217-
.withEnv("JAVA_TOOL_OPTIONS", "-Xmx2g -agentlib:jdwp=transport=dt_socket,address=*:5005,server=y,suspend=n")
217+
.withEnv("JAVA_TOOL_OPTIONS", "-Xms2g -Xmx2g -agentlib:jdwp=transport=dt_socket,address=*:5005,server=y,suspend=n")
218218
.withExposedPorts(5005);
219219
}
220220

0 commit comments

Comments
 (0)