How can I check if memory arguments specified for a managed server were indeed applied?
Good morning.
What I am trying to do is to check wether or not the arguments that I provided at Server startup - Arguments were indeed applied to the server.
I specified: -Xms512m -Xmx1024m.
Are there any logs that could tell me that now the server is starting up with the arguments provided.
Thank you very much for your help!
What I am trying to do is to check wether or not the arguments that I provided at Server startup - Arguments were indeed applied to the server.
I specified: -Xms512m -Xmx1024m.
Are there any logs that could tell me that now the server is starting up with the arguments provided.
Thank you very much for your help!
0