Skip to content

Commit

Permalink
Merge pull request #724 from m-1-k-3/disk_monitor
Browse files Browse the repository at this point in the history
disable disk space monitor
  • Loading branch information
m-1-k-3 committed Jul 29, 2023
2 parents 91725c6 + 6cf9732 commit a5798c9
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions emba
Original file line number Diff line number Diff line change
Expand Up @@ -640,10 +640,12 @@ main() {
disown "${TMP_PID}" 2> /dev/null || true
fi

disk_space_monitor "${EMBA_PID}" &
local TMP_PID="$!"
store_kill_pids "${TMP_PID}"
disown "${TMP_PID}" 2> /dev/null || true
# disk space monitor not fully working -> removed for now
# Todo: check it and fix it
# disk_space_monitor "${EMBA_PID}" &
# local TMP_PID="$!"
# store_kill_pids "${TMP_PID}"
# disown "${TMP_PID}" 2> /dev/null || true

# if $CONTAINER_EXTRACT is set we extract the docker container with id $CONTAINER_ID outside of the
# EMBA container into log directory
Expand Down

0 comments on commit a5798c9

Please sign in to comment.