Changes between Version 129 and Version 130 of FAQ


Ignore:
Timestamp:
Apr 18, 2017, 2:50:03 PM (7 years ago)
Author:
Dimitar Misev
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • FAQ

    v129 v130  
    299299}}}
    300300
     301=== "Requested more data than the server can handle at once" ===
     302
     303If 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
     305On 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
    301307== Data formats ==
    302308