Update notes for 2019-01-23

This commit is contained in:
2019-01-23 13:38:00 +02:00
parent b9ad885a62
commit c521a46186
4 changed files with 27 additions and 15 deletions

View File

@ -756,4 +756,8 @@ $ http 'http://localhost:8081/solr/statistics/select?indent=on&rows=0&q=type:2+i
- Apparently Google announced last year that they plan to [discontinue the shortner and transition to Firebase Dynamic Links in March, 2019](https://developers.googleblog.com/2018/03/transitioning-google-url-shortener.html), so maybe this is related...
- Very interesting discussion of methods for [running Tomcat under systemd](https://jdebp.eu/FGA/systemd-house-of-horror/tomcat.html)
- We can set the ulimit options that used to be in `/etc/default/tomcat7` with systemd's `LimitNOFILE` and `LimitAS` (see the `systemd.exec` man page)
- Note that we need to use `infinity` instead of `unlimited` for the address space
<!-- vim: set sw=2 ts=2: -->