|
@ -18,6 +18,7 @@ if [ -n "${ramrequirement}" ]; then |
|
|
# Warn the user |
|
|
# Warn the user |
|
|
fn_print_warn "Insufficient physical RAM: ${mbphysmem}MB available for ${ramrequirement}MB required." |
|
|
fn_print_warn "Insufficient physical RAM: ${mbphysmem}MB available for ${ramrequirement}MB required." |
|
|
sleep 2 |
|
|
sleep 2 |
|
|
|
|
|
echo "" |
|
|
echo "You may encounter issues such as server lagging or shutting down unexpectedly." |
|
|
echo "You may encounter issues such as server lagging or shutting down unexpectedly." |
|
|
sleep 0.5 |
|
|
sleep 0.5 |
|
|
fn_script_log_warn "Insufficient physical RAM: ${mbphysmem}MB available for ${ramrequirement}MB required." |
|
|
fn_script_log_warn "Insufficient physical RAM: ${mbphysmem}MB available for ${ramrequirement}MB required." |
|
|