Skip to content

Commit

Permalink
Merge pull request #752 from guardian/LIVE-4538-enable-tiered-compila…
Browse files Browse the repository at this point in the history
…tion

LIVE-4538 Restrict JVM tiered compilation level to 1 for harvester
  • Loading branch information
waisingyiu committed Sep 14, 2022
2 parents 1344f01 + 057f483 commit 3aac18e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions notificationworkerlambda/harvester-cfn.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ Resources:
Stage: !Ref Stage
Stack: !Ref Stack
App: !Ref App
JAVA_TOOL_OPTIONS: -XX:+TieredCompilation -XX:TieredStopAtLevel=1
Description: Consumes events produced by the notification service and fetches batches of tokens for senders to send
MemorySize: 10240
Role: !GetAtt ExecutionRole.Arn
Expand Down

0 comments on commit 3aac18e

Please sign in to comment.