PASOE: java memory

Posted by Andriy Mishin on 07-Dec-2016 06:52

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.

Posted by Roy Ellis on 07-Dec-2016 07:30

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

All Replies

Posted by Roy Ellis on 07-Dec-2016 07:30

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

Posted by Andriy Mishin on 07-Dec-2016 08:40

Hmm, this complicates my task.

Ок. I undertand.

Thank you, Roy!

Could you help me please with another question?

community.progress.com/.../28631

This thread is closed