-
https://openj9-jenkins.osuosl.org/job/Test_openjdknext_j9_sanity.openjdk_aarch64_mac_Personal_testList_0/7
jdk_lang_1
java/lang/Thread/virtual/MonitorWaitNotify.java
```
17:07:03 STARTED Monit…
-
### 请描述您的需求或者改进建议
The project heavily relies on `ThreadLocal` objects, which can cause explosive memory growth with `Virtual Threads`. In theory, `ThreadLocals` have relatively no effect with Virtual…
-
Hi, I am getting Pool exhausted when I pass a ClientResources which does use an executor with virtual threads.
```
java.util.concurrent.CompletionException: java.util.NoSuchElementException: Pool …
-
### Basic information
* Axon Framework version: 4.7.4
* JDK version: OpenJDK 20 with `--enable-preview` switch
* Complete executable reproducer if available (e.g. GitHub Repo): Haven't prepa…
-
### Use case
May I ask if the follow-up plan considers the use of virtual threads?
### Possible solution
_No response_
### Possible workarounds
_No response_
### JMeter Version
5.7
### Java Ve…
-
I have a server with 2000-3000 simultaneously AGI connections. All of this threads is blocked 99.99% of time.
Virtual threads will fit perfectly.
Suggest:
AbstractAgiServer
```java
protected…
-
**Is your feature request related to a problem? Please describe.**
The heap dump produced by VisualVM, and the Thread tab in the UI, do not show virtual threads.
**Describe the solution you'd like…
-
While importing `from opentelemetry import metrics`, consumes some memory ~136 KB (virt) and 0 Bytes (rss)
But with threads, the virtual memory usage is abnormally high - 4696MB virt mem.
My quest…
-
**Please describe the problem you are trying to solve**
Hazelcast spawns a large number of threads and in fact is the predominant thread creator in our microservices that use it. This consumes a lo…
-
This is just a question to satisfy my curiosity. Per the readme:
> However, when it comes to memory there is a significant difference. The overhead of 500 threads, for example, is quite large compa…