Skip to main content

All Questions

0 votes
1 answer
2k views

Powershell with "array dimensions exceeded supported range" error close to 1GB file size

I have a simple Powershell script example below: $dpath = "D:\Fill" $mask="000000" $sizefile = 1GB $numfiles = 10 #file mask will be "file_000000 " = 12 chars total $...
HTWingNut's user avatar
  • 509
0 votes
1 answer
498 views

Importing a large .dump file into Postgres Database (Win 10)

I'm running into a problem where I want to import a really, really large .dump file (530gb) into a postgres database inside a docker. This is the commmand I'm running inside Powershell: cat .\dbexport....
david114's user avatar
  • 175