Skip to content

Commit

Permalink
Reduced memory size
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Kuzmin <[email protected]>
  • Loading branch information
alex-kuzmin-hg committed Dec 28, 2024
1 parent 8833f54 commit bb052fa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/performance-tuning/Latitude/nlg-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@ replicas: 1

resources:
limits:
memory: 50Gi
memory: 32Gi
requests:
memory: 48Gi
memory: 30Gi

nodeSelector: {}
tolerations: []
affinity: {}

loadGenerator:
java:
maxMemory: '48g'
maxMemory: '30g'
test:
className: com.hedera.benchmark.NftTransferLoadTest
args:
Expand Down

0 comments on commit bb052fa

Please sign in to comment.