On community edition test on v 2.2.0 and v2.2.1
I have a configurable product that have 365 simple product link generate through configuration.
After generation, when I try to edit the configurable product, I have an error 500 Internal Server Error.
It gave me this 2 error in my apache error log :
[Wed Nov 08 15:12:32.644726 2017] [substitute:error] [pid 1417:tid 140007872194304] [client XXX.XXX.XXX.XXX:42154] AH01328: Line too long, URI /index.php, referer: http://....
[Wed Nov 08 15:12:32.644775 2017] [proxy_fcgi:error] [pid 1417:tid 140007872194304] (12)Cannot allocate memory: [client XXX.XXX.XXX.XXX:42154] AH01075: Error dispatching request to :81: (passing brigade to output filters), referer: http://...
I try modifying LimitRequestLine LimitRequestFieldSize on httpd but without any success.
Can you please help us with this issue?