#!/bin/bash MEMORY_MAX="$1" shift systemd-run --scope -p MemoryMax="$MEMORY_MAX" -p MemorySwapMax=0 --user "$@"