I was wondering what should be the ideal value for -Djavax.net.ssl.sessionCacheSize
for java service which is about to goto production. I know we can fine tune it later but what should be initial value.
I did some research and figured out that it is recommended not to keep it default on old jdk version.
bash-4.2$ java --version
openjdk 17.0.7 2023-04-18 LTS
OpenJDK Runtime Environment Zulu17.42+20-SA (build 17.0.7+7-LTS)
OpenJDK 64-Bit Server VM Zulu17.42+20-SA (build 17.0.7+7-LTS, mixed mode, sharing)