Re: java code cache size question

2024-07-25 Thread Ivano Luberti
From: Ivano Luberti Sent: Thursday, July 25, 2024 9:21 AM To:users@tomcat.apache.org Subject: Re: java code cache size question Thank you all. Try to answer to everyone in one mail. I forgot to check the java version in the oracle page I had found and since other blog pages were always referring to

RE: java code cache size question

2024-07-25 Thread Gregg, John E.
@tomcat.apache.org Subject: Re: java code cache size question Thank you all. Try to answer to everyone in one mail. I forgot to check the java version in the oracle page I had found and since other blog pages were always referring to 48 MB I was left thinking there were no differences among version. (I'm

Re: java code cache size question

2024-07-25 Thread Ivano Luberti
e the change came in Java 8 to accommodate the fact that the HotSpot compiler now compiles all methods when they are hit for the first time. Thanks From: Ivano Luberti Sent: Thursday, July 25, 2024 8:43 AM To:users@tomcat.apache.org Subject: java code cache size question Hi, I have a tom

Re: java code cache size question

2024-07-25 Thread Simon Matter
> Hi, I have a tomcat 9 instance  that runs without specifying options for > the code cache. > > Looking at the servet status I see > > Code CacheNon-heap memory 2.43 MiB163.93 MiB 240.00 > MiB 147.30 > MiB (61%) > > So te maximum size is 240MB > > Looking at Java doc

RE: java code cache size question

2024-07-25 Thread Gregg, John E.
@tomcat.apache.org Subject: java code cache size question Hi, I have a tomcat 9 instance that runs without specifying options for the code cache. Looking at the servet status I see Code Cache Non-heap memory 2. 43 MiB 163. 93 MiB 240. 00 MiB 147. 30 MiB (61%) So te maximum size is 240MB Looking at

Re: java code cache size question

2024-07-25 Thread Christopher Schultz
Ivano, On 7/25/24 09:43, Ivano Luberti wrote: Hi, I have a tomcat 9 instance  that runs without specifying options for the code cache. Good. If you don't know what you are doing, leaving options at their defaults is the best policy. Looking at the servet status I see Code Cache Non-he

java code cache size question

2024-07-25 Thread Ivano Luberti
Hi, I have a tomcat 9 instance  that runs without specifying options for the code cache. Looking at the servet status I see Code Cache Non-heap memory 2.43 MiB 163.93 MiB 240.00 MiB 147.30 MiB (61%) So te maximum size is 240MB Looking at Java documentation it states it should be 48MB i