Changes between Version 138 and Version 139 of FAQ
- Timestamp:
- Nov 13, 2019, 1:22:23 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FAQ
v138 v139 293 293 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`. 294 294 295 === "OS provides only python3 GDAL package" 296 297 Currently `wcst_import.sh` works with python2 only and has various dependencies which must be python2-compatible as well. 298 299 If the OS doesn't provide a suitable package, it can be installed with pip, e.g. 300 {{{ 301 pip install --user GDAL==2.4.3 302 }}} 303 295 304 == Data formats == 296 305