Hello Community,
It is possible a dumb question, but so far I have not found an answer.
Is there some rule how many JVM resources should be allocated per connection in PASOE?
For example, for 1000 connections it will be enough 5Gb for maximum Java heap size (-Xmx)? Maybe there is some kind of a formula for calculating such parameters for PASOE?
I would be grateful for any help.
Hello,
there is no way of knowing how much memory the PASOE java instance will need. It is highly dependent on your application. If you are sending large data packets back then your memory needs will be greater. Even small packets with large concurrent users will have greater memory needs.
The best thing to do is test your application and gauge the memory usage.
Regards, Roy
Hello,
there is no way of knowing how much memory the PASOE java instance will need. It is highly dependent on your application. If you are sending large data packets back then your memory needs will be greater. Even small packets with large concurrent users will have greater memory needs.
The best thing to do is test your application and gauge the memory usage.
Regards, Roy
Hmm, this complicates my task.
Ок. I undertand.
Thank you, Roy!
Could you help me please with another question?