Skip to content

Commit

Permalink
Merge pull request #10 from privacysandbox/akundla-google-patch-1
Browse files Browse the repository at this point in the history
Update system memory guidelines in load testing guide
  • Loading branch information
chatterjee-priyanka authored Oct 15, 2024
2 parents 09e0c1f + 760b213 commit cbd42f2
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions tools/load_testing/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,11 @@ Note the following while building and deploying the services:
- Modify the terraform configuration based on the load(QPS) you are testing with:

- **bidding_machine_type, bfe_machine_type, auction_machine_type, sfe_machine_type**: Specify
the size of the machine for all the services. Note: SFE can use a standard machine while
BFE, Bidding and Auction Services will need a high memory configuration. Bidding and Auction
are usually recommended to be more compute optimized.
the size of the machine for all the services. Note: SFE can use a standard machine.
BFE is typically more memory-insentive than SFE. The Bidding and Auction Services will
need at least 3 GB of memory per Roma worker.
Bidding and Auction workloads are typically relatively more compute-intensive so are
usually recommended to have relatively more compute power.
- **Min_replicas_per_service_region**
- **Max_replicas_per_service_region**
- **UDF_NUM_WORKERS** : Specify the number Roma workers (equal to the vCPUs in the machine)
Expand Down

0 comments on commit cbd42f2

Please sign in to comment.