Skip to content

Commit 1403f90

Browse files
Merge pull request #444 from citizensadvice/chore/increase-requests
chore: increasing the memory requests
2 parents f568efc + c3c5a22 commit 1403f90

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cdk/app/chart.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ def _server_container_props(self, name: str, command_line: typing.List[str]):
222222
lifecycle=ContainerLifecycle(pre_stop=Handler.from_command(["sleep", "10"])),
223223
resources=ContainerResources(
224224
cpu=CpuResources(request=Cpu.millis(400), limit=Cpu.millis(800)),
225-
memory=MemoryResources(request=Size.mebibytes(512), limit=Size.gibibytes(1)),
225+
memory=MemoryResources(request=Size.mebibytes(768), limit=Size.gibibytes(1)),
226226
),
227227
security_context=ContainerSecurityContextProps(
228228
user=1000, read_only_root_filesystem=False

0 commit comments

Comments
 (0)