Changes between Version 129 and Version 130 of FAQ
- Timestamp:
- Apr 18, 2017, 2:50:03 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FAQ
v129 v130 299 299 }}} 300 300 301 === "Requested more data than the server can handle at once" === 302 303 If a WCS/WCPS query fails with a "Requested more data than the server can handle at once", then it's likely that you need to increase the maximum amount of RAM that Tomcat is allowed to allocate. 304 305 On most systems this can be done by editing a `/etc/default/tomcat*` file. Find the `JAVA_OPTS` option and set `-Xmx` to the desired value (e.g. to allow 4GB RAM, use `-Xmx4G`. 306 301 307 == Data formats == 302 308