Skip to content

Commit 304eb92

Browse files
authored
Merge pull request #110103 from PatAltimore/patricka-blockchain-guidance
Add performance guidance
2 parents 0301a4b + 8d54294 commit 304eb92

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

articles/blockchain/service/limits.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Azure Blockchain Service limits
33
description: Overview of the service and functional limits in Azure Blockchain Service
4-
ms.date: 03/30/2020
4+
ms.date: 04/02/2020
55
ms.topic: conceptual
66
ms.reviewer: ravastra
77
#Customer intent: As an operator or architect, I want to understand service and functional limits for Azure Blockchain Service.
@@ -31,7 +31,6 @@ Changing the pricing tier between basic and standard after member creation is no
3131
The maximum amount of storage that can be used per node for ledger data and logs is 1.8 terabytes.
3232

3333
Decreasing ledger and log storage size is not supported.
34-
3534
## Consortium limits
3635

3736
* **Consortium and member names must be unique** from other consortium and member names in the Azure Blockchain Service.
@@ -56,6 +55,12 @@ Decreasing ledger and log storage size is not supported.
5655

5756
For more information on the patching, updates, and ledger versions available in Azure Blockchain Service, see [Patching, updates, and versions](ledger-versions.md).
5857

58+
## Performance
59+
60+
Do not use *eth.estimate* gas function for each transaction submission. The *eth.estimate* function is memory intensive. Calling the function multiple times reduces transactions per second drastically.
61+
62+
If possible, use a conservative gas value for submitting transactions and minimize the use of *eth.estimate*.
63+
5964
## Next steps
6065

6166
Learn more about policies regarding systems patching and upgrades - [Patching, updates, and versions](ledger-versions.md).

0 commit comments

Comments
 (0)