Skip to content
This repository was archived by the owner on Mar 27, 2023. It is now read-only.

Commit e29d1eb

Browse files
committed
set soft memory limit for bastion host container
1 parent 110d07a commit e29d1eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

awscdk/awscdk/bastion_host.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ def __init__(
5151
image=scope.image,
5252
command=["/start_prod.sh"],
5353
environment=scope.variables.regular_variables,
54+
memory_reservation_mib=128
5455
# secrets=scope.variables.secret_variables,
5556
)
5657

0 commit comments

Comments
 (0)