某些 Spring 场景可能导致创建非托管的线程。
There are some Spring scenarios that can lead to unmanaged thread creation.
释放非托管资源所占用的内存。
工作站模式/非并发执行-当负责分配内存空间的托管线程发现没有足够的内存可以分配时,它会在同一个线程中启动GC。
Workstation/Concurrency OFF – When the managed thread responsible for memory allocations runs out of available space, it calls the GC which runs in the same thread.
应用推荐