memleak: Change MiB tics.

This commit is contained in:
tastytea 2021-12-05 11:28:47 +01:00
parent b3508fe06c
commit d2cfb71f3e
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 4 additions and 4 deletions

View File

@ -33,10 +33,10 @@ set xtics format "%tH"
set xtics 21600 # 1 tic every 6 hours.
set mxtics 6 # 1 mtic every hour.
set ytics 5 nomirror # 1 tic every 5 MiB.
set mytics 5
set y2tics 5 nomirror textcolor 'dark-orange'
set my2tics 5
set ytics 10 nomirror # 1 tic every 10 MiB.
set mytics 2 # 1 mtic every 5 MiB.
set y2tics 10 nomirror textcolor 'dark-orange'
set my2tics 2
set grid xtics ytics mxtics mytics lc "gray50",lc "gray"