You can manually set the size of your production environment service containers
Edit your .platform/services.yaml file and set size key for your services.
Possible values are AUTO
(default), S
, M
, L
, XL
, 2XL
, and 4XL
. Sizes you can set are limited by total amount of resources your plan settings has.
Note that service containers in development environments are always set to size S
.