-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added a new doc for max sessions for agents
Added a new doc that helps understand how to specify max sessions for agents.
- Loading branch information
1 parent
f59c5a9
commit 241fa68
Showing
1 changed file
with
47 additions
and
0 deletions.
There are no files selected for viewing
47 changes: 47 additions & 0 deletions
47
src/pages/docs/agent/troubleshooting/max-sessions-for-agents.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
--- | ||
title: "Specify Max Sessions for Agents" | ||
metadesc: "Specify the maximum number of sessions for the local machine while setting up the local agent. This helps limit parallel executions & avoids slowing down of machine" | ||
noindex: false | ||
order: 11.94 | ||
page_id: "" | ||
search_keyword: "Specify Max Sessions" | ||
warning: false | ||
contextual_links: | ||
- type: section | ||
name: "Contents" | ||
- type: link | ||
name: "Prerequisites" | ||
url: "#prerequisites" | ||
- type: link | ||
name: "Steps to Add Max Sessions for Agents" | ||
url: "#steps-to-add-max-sessions-for-agents" | ||
--- | ||
|
||
--- | ||
|
||
When adding the Testsigma agent, you can specify the maximum number of sessions for the local machine. This helps limit parallel executions and avoids slowing down the machine. This article discusses how to specify the number of sessions for the local machine. | ||
|
||
--- | ||
|
||
## **Prerequisites** | ||
|
||
- You should know how to [register agents](https://testsigma.com/docs/agent/setup-on-windows-mac-linux/#register-the-testsigma-agent) on Testsigma. | ||
|
||
- Contact Testsigma support to enable this feature. | ||
|
||
--- | ||
|
||
## **Steps to Add Max Sessions for Agents** | ||
|
||
1. Set up the agent and click on **Register**. This action will open the **Add New Agent** dialog. | ||
|
||
2. On the **Add New Agent** dialog, you'll find the **Max sessions for this machine** field. Enter the number of maximum sessions for the registering machine in the provided text box. | ||
|
||
[[info | **NOTE**:]] | ||
| The specified number should not exceed available parallels for the account. | ||
|
||
Here's a quick GIF demonstrating how to add maximum sessions for the machine. | ||
|
||
![Agent Parallels](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/applications/AgentParallels.gif) | ||
|
||
--- |