Open navzen2000 opened 5 months ago
same here
Using the latest PGLoader built using SBCL 2.4.7 on an ARM machine I was able mitigate this error by increasing the amount of ram pgloader could use like so.
pgloader --dynamic-space-size <some amount of ram in mb> <some load file>
I should not that setting the DYNSIZE variable like described elsewhere did not help me at all, only the cli flag seemed to do anything.
same here.
There is no --dynamic-space-size
option in the docker version.
dimitri/pgloader pgloader --version
pgloader version "3.6.7~devel"
compiled with SBCL 2.1.1.debia
The Docker version does have it, but not the one on Dockerhub, you can use ghcr.io/dimitri/pgloader:latest
.
Please provide the following information:
[ ] pgloader --version
[ ] did you test a fresh compile from the source tree?
Compiling pgloader from sources is documented in the README, it's easy to do, and if patches are to be made to fix your bug, you're going to have to build from sources to get the fix anyway…
[ ] did you search for other similar issues?
[ ] how can I reproduce the bug?
Incude a self-contained pgloader command file.
If you're loading from a database, consider attaching a database dump to your issue. For MySQL, use
mysqldump
. For SQLite, just send over your source file, that's easy. Maybe be the one with your production data, of course, the one with just the sample of data that allows me to reproduce your bug.When using a proprietary database system as a source, consider creating a sample database on some Cloud service or somewhere you can then give me access to, and see my email address on my GitHub profile to send me the credentials. Still open a public issue for tracking and as documentation for other users.