[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Estimating PASOE resources requirements

Status
Not open for further replies.
D

dbeavon

Guest
I'd recommend doing some load testing. Everyone's situation is different. As you say, there are lots of factors that come into play. For starters, are you using "shared memory" or "client-server" for database connections? Sometimes the network becomes a factor, since the "client-server" database connectivity is very chatty and can have high latency even when there is lots of available bandwidth. You didn't mention your licensing model which is probably another good starting point for this discussion. Where RAM is concerned I would start with 16 GB of RAM per server and make adjustments from there. For the sake of networking, I would recommend setting up additional/redundant PASOE VMs behind a load-balancer. This distributes network traffic which can easily reach 100,000 tiny-packets-per-second-per-pasoe-server over "client-server" database connections. In addition to distributing network traffic, the load-balancing is also helpful for other goals like high-availability, fault-tolerance . For CPU's I would go with at least 4 cores (3 GHz or better) on each PASOE VM. If you are using "shared memory" connections then you may need more CPU's or you will see some CPU-related bottlenecks, having a CPU bottleneck in PASOE is a "good problem" and I've rarely seen it happen ... If your PASOE servers use "client-server" database connectivity like ours then your apps will *rarely* become CPU-bound because they block all day long on network requests. Are you migrating from classic? If so then you can probably assume similar hardware requirements minus 20-40% RAM. My experience is based on running PASOE on Windows , which uses similar hardware. Since you are Linux you might want to investigate the use of docker containers and I'm not sure how that affects hardware requirements if at all.

Continue reading...
 
Status
Not open for further replies.
Top