Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

Anybody know how to increase the amount of RAM PHP can use on the App Platform?
I’ve read this discussion post but the recommendation to add “php_memory_limit” to the .user.ini doesn’t work. Assuming they meant memory_limt, that only changes how much each worker can consume, not the total allocation.
For example, in our .user.ini file we specify the following:
memory_limit = 32M
Our deployment logs show the following:
Assuming 512MB of RAM
PHP memory_limit is 32M Bytes
Starting php-fpm with 16 workers...
This would make sense if we only had 512MB of ram but we’re on the professional-xs which is 1GB of RAM and a 1 shared CPU. It’s only utilizing half of our total RAM. In addition to that, increasing the memory_limit decreases the total workers created. The formula DOAP uses to calculate workers is: 512MB / memory_limit or 128M if not specified in the .user.ini file.
How do we increase the total RAM PHP can use?
What confuses us more is, if we deploy the same repository as the professional-xl which comes with 16GB of RAM and 4 Dedicated CPUs, it STILL only uses 512MB of RAM. What’s the point of vertical scaling if it doesn’t increase the RAM allocation towards PHP? You could be paying $12 a month or $300 a month and the performance for PHP would be the SAME!
We’ve also tried adjusting the WEB_CONCURRENCY variable but that has no effect on increasing the 512MB limit.
What are we missing?
009fd274aeae48f2bfbda6ef568676
Cloudstream Apk
032f50ee7f7d489db3b05e204fe139
032f50ee7f7d489db3b05e204fe139
Edward Sitarski
ebeecroft
dashan
34bcef38725b4e6eb5224ae028f17e
markatango
gouskova