Skip to content

Instantly share code, notes, and snippets.

View rymarm's full-sized avatar

Maksym Rymar rymarm

  • Ukraine, Kyiv
  • 13:39 (UTC +03:00)
View GitHub Profile
@rymarm
rymarm / mem-print.sh
Last active October 9, 2025 09:11
Warden memory requirements
#!/bin/bash
warden_log_file='/opt/mapr/logs/warden.log'
if [[ $1 ]]; then
warden_log_file=$1
fi
if [ ! -f $warden_log_file ]; then
echo "File $warden_log_file not found"