ezsystems / launchpad

CLI tool to bootstrap an eZ Platform project Docker stack | #justcode
https://ezsystems.github.io/launchpad
MIT License
22 stars 26 forks source link

ERROR 1114 (HY000) at line 8834: The table 'xxxx' is full #87

Closed pboethig closed 3 years ago

pboethig commented 3 years ago
Q A
Bug report? yes/no
Feature request? yes/no
BC Break report? yes/no
RFC? yes/no
Version x.y.z
Environment Linux/Mac/Windows

If I try to import 14 GB dump i get:

ERROR 1114 (HY000) at line 8834: The table 'xxxx' is full

kind regards

Peter

Plopix commented 3 years ago

hello,

That's probably your docker configuration which is not allowing enough space to your container

pboethig commented 3 years ago

yes, indeed. It was the ressource config in docker for mac.

thx man!