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

When using a Shapefile of over 100 MB, the service may fail and produce an error #957

Open
hjlong2018 opened this issue Feb 14, 2025 · 1 comment

Comments

@hjlong2018
Copy link

[error] [pid 14] mod_fcgid: process /usr/local/bin/mapserv_wrapper(116) exit(communication error), get signal 11, possible coredump generated
[error] [pid 14] mod_fcgid: process /usr/local/bin/mapserv_wrapper(113) exit(communication error), get signal 11, possible coredump generated
[error] [pid 14] mod_fcgid: process /usr/local/bin/mapserv_wrapper(115) exit(communication error), get signal 11, possible coredump generated
[error] [pid 14] mod_fcgid: process /usr/local/bin/mapserv_wrapper(114) exit(communication error), get unexpected signal 11
[warn] [pid 15] mod_fcgid: error reading data, FastCGI server closed connection
[error] [pid 15] End of script output before headers: mapserv_wrapper

When using a Shapefile of over 100 MB, the service may fail and produce an error. The style used is as follows How can this issue be resolved? Thank you.

CLASS
EXPRESSION ('[DNAME]' = 'oa')
STYLE
COLOR 0 255 0
OUTLINECOLOR 255 0 0
WIDTH 2
END
END

CLASS
STYLE
COLOR 255 255 0
OUTLINECOLOR 255 0 0
WIDTH 2
END
END

@sbrunner
Copy link
Member

You should take a look at the memory limits or directly on MapServer, it doesn't look to be linked to the containerization!

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