Skip to content

Commit 4ecc039

Browse files
committed
Added v4 perf tips links in troubleshooting
1 parent a82fdbc commit 4ecc039

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/cosmos-db/troubleshoot-java-sdk-v4-sql.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Start with this list:
2323

2424
* Take a look at the [Common issues and workarounds] section in this article.
2525
* Look at the Java SDK in the Azure Cosmos DB monorepo, which is available [open source on GitHub](https://github.com/Azure/azure-sdk-for-java/tree/master/sdk/cosmos/azure-cosmos). It has an [issues section](https://github.com/Azure/azure-sdk-for-java/issues) that's actively monitored. Check to see if any similar issue with a workaround is already filed. One helpful tip is to filter issues by the *cosmos:v4-item* tag.
26-
* Review the [performance tips for Java SDK v4](), and follow the suggested practices.
26+
* Review the [performance tips for Java SDK v4](performance-tips-java-sdk-v4-sql.md), and follow the suggested practices.
2727
* Read the rest of this article, if you didn't find a solution. Then file a [GitHub issue](https://github.com/Azure/azure-sdk-for-java/issues). If there is an option to add tags to your GitHub issue, add a *cosmos:v4-item* tag.
2828

2929
## <a name="common-issues-workarounds"></a>Common issues and workarounds
@@ -44,7 +44,7 @@ Run the following command.
4444
```bash
4545
ulimit -a
4646
```
47-
The number of max allowed open files, which are identified as "nofile," needs to be at least double your connection pool size. For more information, see [Performance tips]().
47+
The number of max allowed open files, which are identified as "nofile," needs to be at least double your connection pool size. For more information, see [Performance tips](performance-tips-java-sdk-v4-sql.md).
4848

4949
##### <a name="snat"></a>Azure SNAT (PAT) port exhaustion
5050

0 commit comments

Comments
 (0)