fission / fission.io

Fission.io website
https://fission.io
5 stars 41 forks source link

Literal contents of the package ERROR for encoding packages above 256 KB #253

Open LyKos4 opened 6 months ago

LyKos4 commented 6 months ago

Is your feature request related to a problem? Please describe. As per the https://fission.io/docs/reference/crd-reference/ Archive section Literal contents of the package. Can be used for encoding packages below TODO (256 KB?) size. We have errors for cases above 256KB, how can we handle them?

Describe the solution you'd like We need to find a way to handle cases above 256KB, currently we are getting error: Package literal larger than 262 kB

Describe alternatives you've considered As per https://fission.io/docs/architecture/storagesvc/ cases should use storagesvc but still work. We checked pod storagesvc is up and running and using the corresponding persistent volume, but still we face the aforementioned error.