Issue description
In my local instance of ISLE the FEDORA container frequently crashes with an ERROR like this:
ERROR 2020-12-18 17:03:20.119 [localhost-startStop-1] (BrokerService) Temporary Store limit is 51200 mb, whilst the temporary data directory: /usr/local/fedora/data/activemq-data/localhost/tmp_storage only has 49895 mb of usable space
Killed
These ERRORs are often accompanied by warnings that don't appear to kill the container, like so:
WARN 2020-12-18 17:03:20.093 [localhost-startStop-1] (BrokerService) Store limit is 102400 mb, whilst the data directory: /usr/local/fedora/data/activemq-data/localhost/KahaDB only has 49895 mb of usable space
For an issue, describe steps to reproduce the issue
System setup (OS information, software versions, etc):
Steps:
- Launch my local ISLE stack using
docker-compose up -d. The container appears to be OK.
- After the stack is up, check for seven healthy containers, like
docker ps.
- In my local workflow the next step involves importing a previously saved MySQL Drupal database, like so:
# Import the named .sql export
docker exec -i isle-mysql-ld mysql -uroot -pmydigitalgrinnellpassword20 digital_grinnell < ${VOLUME}/Backup-Data/local-export.sql
What's the expected result?
Seven healthy containers with a new imported Drupal database.
What's the actual result?
In my case, the isle-fedora-ld container stops and the logs show the ERROR and WARN messages I've included above.
Issue description
In my local instance of ISLE the FEDORA container frequently crashes with an ERROR like this:
These ERRORs are often accompanied by warnings that don't appear to kill the container, like so:
For an issue, describe steps to reproduce the issue
System setup (OS information, software versions, etc):
Steps:
docker-compose up -d. The container appears to be OK.docker ps.What's the expected result?
Seven healthy containers with a new imported Drupal database.
What's the actual result?
In my case, the
isle-fedora-ldcontainer stops and the logs show the ERROR and WARN messages I've included above.