Skip to content
Navigation Menu
Toggle navigation
Sign in
In this repository
All GitHub Enterprise
↵
Jump to
↵
No suggested jump to results
In this repository
All GitHub Enterprise
↵
Jump to
↵
In this organization
All GitHub Enterprise
↵
Jump to
↵
In this repository
All GitHub Enterprise
↵
Jump to
↵
Sign in
Reseting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
mariux64
/
mxtools
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Issues
15
Pull requests
7
Actions
Projects
0
Security
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security
Insights
Files
e6ac9cc
applications-defaults
blink
checktrust
clusterd
crashkernel
cronwrap
desktop-files
fon
forensics
hostconfig
kill-exuser
kvm_monitor
libexec_cron
libexec_startup
logrotate
make-automaps
misc_etc_files
misc_systemd_units
mkmotd
mxgrub
mxmirror
mxmount
mxnetctl
mxproxmox
mxraid
mxrouter
mxshadow
mxsnoop
mxvlan
net_qdisc_nfs_low
netlog
nfsdtop
nvidiactl
pdist
pkgadmin
pmirror
prun
put_websafe
serial-log
slowio
slowio
slowio-mem-control
slowio.slice
usrlocalpkg
uvpn
vmcontrol
wakeonlan
.gitignore
Makefile
README.md
install.sh
Breadcrumbs
mxtools
/
slowio
/
slowio-mem-control
Blame
Blame
Latest commit
History
History
executable file
·
11 lines (10 loc) · 255 Bytes
Breadcrumbs
mxtools
/
slowio
/
slowio-mem-control
Top
File metadata and controls
Code
Blame
executable file
·
11 lines (10 loc) · 255 Bytes
Raw
#! /usr/bin/bash case "$(hostname -s)" in ex|pummelfee|snugglebites|bloodwing|tldr|ellie|icebear|grele|handsomejack) mkdir -p "$1/slowio.slice.d" cat > "$1/slowio.slice.d/dynamic_memory.conf" <<- '_EOF_' [Slice] MemoryMax=4G _EOF_ ;; esac
1
2
3
4
5
6
7
8
9
10
11
You can’t perform that action at this time.