-
Bug
-
Resolution: Fixed
-
P2
-
6
-
b93
-
generic
-
generic
The java.net native socket buffers are currently set to 2K. This impedes performance
on certain benchmarks such as volano, specifically on Solaris as the extra buffers
are allocated on the heap using malloc, this effect is even more pronounced on
large MP and CMT systems such as niagaras and v890.
on certain benchmarks such as volano, specifically on Solaris as the extra buffers
are allocated on the heap using malloc, this effect is even more pronounced on
large MP and CMT systems such as niagaras and v890.
- relates to
-
JDK-6807602 Increase MAX_BUFFER_LEN and MAX_HEAP_BUFFER_LEN on 64-bit Solaris and Linux
-
- Resolved
-