e2e: more cpu and memory for java tasks and some scripts (#19057)

This commit is contained in:
Seth Hoenig
2023-11-10 07:08:14 -06:00
committed by GitHub
parent 5ad715b281
commit 2f8d94ae3e
4 changed files with 11 additions and 11 deletions

View File

@@ -46,8 +46,8 @@ EOH
}
resources {
cpu = 50
memory = 64
cpu = 500
memory = 256
}
}
@@ -60,8 +60,8 @@ EOH
}
resources {
cpu = 50
memory = 64
cpu = 500
memory = 256
}
}
}