I am trying to run silkperformer test from remote machine. For this i am following the below steps.
1. Using Power Shell i am connecting to the remote machine
Enter-PSSession -ComputerName #### -Credential ####
2. After remote machine is connected navigating to the silk performer installed path and executing the command.
Cd 'C:\Program Files (x86)\Silk\Silk Performer 16.0'
.\Performer.exe "C:\Users\qametric\D
ocuments\Silk Performer 16.0\####\SP_TESTHARNESS.ltp" /Automation /WL:Workload1
3. Silk Performer is being invoked as a background process in the remote machine.
4. But here the issue is silkperformer process sessions should be running as per the vusers set in its workload, but its been restricted to 14 sessions only. where as the vusers are set to 20 and there should be 20 silkperformer process should be running
in the background.
Can any one help on why the silk performer process sessions are restricted to 14 in remote machine