Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
machytkafitanalytics opened this issue Apr 16, 2018 · 1 comment

Comments

@machytkafitanalytics
Copy link

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.

@petere
Copy link
Owner

petere commented May 14, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants