Re: RFR: 8318058: Notify the jvm when the direct memory is oom

2023-10-15 Thread xpbob
On Fri, 13 Oct 2023 05:26:37 GMT, Thomas Stuefe wrote: >> Big data processes often experience situations where the direct memory oom >> process is alive but not serving properly. If the direct memory is oom, code >> can notify the jvm. Can bring the following benefits: >> 1. Analysis of direct

Re: RFR: 8318058: Notify the jvm when the direct memory is oom

2023-10-12 Thread Alan Bateman
On Fri, 13 Oct 2023 03:23:04 GMT, xpbob wrote: > Big data processes often experience situations where the direct memory oom > process is alive but not serving properly. If the direct memory is oom, code > can notify the jvm. Can bring the following benefits: > 1. Analysis of direct memory Java.

Re: RFR: 8318058: Notify the jvm when the direct memory is oom

2023-10-12 Thread Thomas Stuefe
On Fri, 13 Oct 2023 03:23:04 GMT, xpbob wrote: > Big data processes often experience situations where the direct memory oom > process is alive but not serving properly. If the direct memory is oom, code > can notify the jvm. Can bring the following benefits: > 1. Analysis of direct memory Java.

RFR: 8318058: Notify the jvm when the direct memory is oom

2023-10-12 Thread xpbob
Big data processes often experience situations where the direct memory oom process is alive but not serving properly. If the direct memory is oom, code can notify the jvm. Can bring the following benefits: 1. Analysis of direct memory Java. Nio. DirectByteBuffer need heapdumps reference relation