petere/plsh

wget in plsh procedure - is there some limit of size for the downloaded file ?

Opened this issue · 1 comments

Hi,
thank you very much for this great PG extension.

Lately I found some strange problem in my implementation - maybe you could give some advice?

In plsh procedure I call wget function to download reports from jaspersoft server and everything worked OK until recently when reports started to be bigger. For some reason wget called in plsh procedure downloads and stores into file only 43703832 bytes of output and ignores the rest.

I tried to find some reference to this size or some PG setting influencing it but without success. Is there some memory limit or download size limit or some other setting in plsh or PG which can cause it?

Many thanks.

PL/sh doesn't impose any limitations of this kind. It might have to do with ulimit settings, perhaps.