You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ docker run --rm sameersbn/postgresql:12-20200524 xargs --show-limits
Your environment variables take up 390 bytes
POSIX upper limit on argument length (this system): 2094714
POSIX smallest allowable upper limit on argument length (all systems): 4096
Maximum length of command we could actually use: 2094324
Size of command buffer we are actually using: 131072
Maximum parallelism (--max-procs must be no greater): 2147483647
so 42301 files are too much to be processed by single command, I think.
I have submitted PR to fix this. see #152
After running for a while with a large database i cannot start the container anymore. The entrypoint-script fails with
counting the files shows
is this unusual much?
The text was updated successfully, but these errors were encountered: