https://bz.apache.org/bugzilla/show_bug.cgi?id=63322
Bug ID: 63322
Summary: Distributed Jmeter test stops with "The current
process has used all of its system allowance of
handles for Window Manager objects"
Product: JMeter
Version: 5.0
Hardware: PC
Status: NEW
Severity: blocker
Priority: P2
Component: Main
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: JMETER_5.1.1
While we run the 1u test for the Custom Java sampler, the test stops with below
error on the Jmeter server log in the win 10 client VM
ERROR - jmeter.threads.JMeterThread: Test failed! java.lang.InternalError: The
current process has used all of its system allowance of handles for Window
Manager objects.
at sun.awt.windows.WToolkit.eventLoop(Native Method)
at sun.awt.windows.WToolkit.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
We tried increasing the windows desktop heap memory for the non-interactive
mode to match the interactive mode
"Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session
Manager\SubSystems\windows"
Windows SharedSection=1024,20480,20480
But this only improves the number iteration the test can be run i.e. from 8
iterations to 68 iterations
--
You are receiving this mail because:
You are the assignee for the bug.