Closed (duplicate)
Project:
Drupal core
Version:
8.5.x-dev
Component:
cache system
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Aug 2018 at 04:54 UTC
Updated:
16 Aug 2018 at 14:32 UTC
Jump to comment: Most recent
Comments
Comment #2
lomasr commentedComment #3
lomasr commentedPlease suggest some links to study. I tried but not able to find anything related to this issue.
Comment #4
xaiwant commentedHi @lomasr as per reported error message, what i can see here is related to server Time out issue / Delivery of large packet error.
Suggestion:
increase execution time out
increase memory to handle heavy load.
NOTE: make sure to restart the SERVER, once you have made above changes.
Refer https://drupalize.me/tutorial/clear-drupals-cache?p=2512 for more
Comment #5
cilefen commentedThis is a common configuration misstep, it's usually max_allowed_packet: https://www.drupal.org/node/259580. Reopen this if that article does not help.