Copy link to clipboard
Copied
I'm trying to increase the Maximum number of POST request parameters field in the CF Administrator console above 100 to accomodate a legacy app that can have over 100 form fields. The developer edition will let me set any value I want. The standard edition gives me an error:
when I try to increase the POST request parameters above 100.
I suspect CF Administrator is displaying the wrong error message and this is not related to Maximum Pool Size. That aside is there anyway to increase the POST limit beyond 100 with Standard Edition? If not, will upgrading our license to Enterprise edition remove this limit?
No, the message IS about the pool size, and NOT AT ALL related to the post size you're wanting to change. You can make that as large as you want.
Look for the pool size referred to (it's one OF DOZENS of other settings on that page. This pool size relates to the runAsync feature added to cf2018.)
You'll see THAT has a value greater than 10, and cf Standard limits that to 10. Solve that, then make your desired change. It's not likely a feature your code uses.
Either way, no, you do NOT nee
...Copy link to clipboard
Copied
No, the message IS about the pool size, and NOT AT ALL related to the post size you're wanting to change. You can make that as large as you want.
Look for the pool size referred to (it's one OF DOZENS of other settings on that page. This pool size relates to the runAsync feature added to cf2018.)
You'll see THAT has a value greater than 10, and cf Standard limits that to 10. Solve that, then make your desired change. It's not likely a feature your code uses.
Either way, no, you do NOT need to pay $7500 to raise the post parameters limit. 🙂
Copy link to clipboard
Copied
Wow! Yes, just slightly above in the Cloud Services Thread Pool Configuration the Maximum Pool Size was set to 50 for some reason. Changing that to 10 did the trick, and allowed me to increase the post request parameters.
Thank you so much.
Copy link to clipboard
Copied
Great to hear and glad to help. Thanks also for marking the "answer". That helps in many ways. 🙂
Find more inspiration, events, and resources on the new Adobe Community
Explore Now