Quote from
kray on April 8, 2021, 1:16 pm
When creating an antlet, windows or other, is it created with static or dynamic memory?
I haven't been able to determine one way of the other.
Reason I'm asking is that I have an application running on Windows 2016 server, have 12Gb allocated to the antlet, 6gb allocated to my application. When I hook up jvisualvm to the application shows it has 6GB allocated but seems to only use 2gb. When it finally starts using more than 2Gb...grows to 6Gb then app restarts.
I've seen similar issues when its using Dynamic memory.
If the antlet is using dynamic memory how can I make it static memory?
Thanks....
When creating an antlet, windows or other, is it created with static or dynamic memory?
I haven't been able to determine one way of the other.
Reason I'm asking is that I have an application running on Windows 2016 server, have 12Gb allocated to the antlet, 6gb allocated to my application. When I hook up jvisualvm to the application shows it has 6GB allocated but seems to only use 2gb. When it finally starts using more than 2Gb...grows to 6Gb then app restarts.
I've seen similar issues when its using Dynamic memory.
If the antlet is using dynamic memory how can I make it static memory?
Thanks....