We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a575ff commit 75401f3Copy full SHA for 75401f3
tests/unit/test_service_stack.py
@@ -46,7 +46,7 @@ def test_service_stack_created():
46
"ContainerDefinitions": [
47
{
48
"Image": "ghcr.io/sage-bionetworks/app:1.0",
49
- "Memory": 200,
+ "Memory": 512,
50
"MountPoints": [{"ContainerPath": "/work"}],
51
"Secrets": [{"Name": "APP_SECRET"}],
52
"Command": ["test"],
0 commit comments