this post was submitted on 12 Jul 2023
19 points (95.2% liked)

Sysadmin

7542 readers
1 users here now

A community dedicated to the profession of IT Systems Administration

No generic Lemmy issue posts please! Posts about Lemmy belong in one of these communities:
!lemmy@lemmy.ml
!lemmyworld@lemmy.world
!lemmy_support@lemmy.ml
!support@lemmy.world

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] slazer2au@lemmy.world 2 points 1 year ago (1 children)

Man, 7.0 has been a hot mess with their WAD. I haven't upgraded any customer off 6.4 yet. I think I will skip 7.0 and jump straight to 7.2.

There's been issues with the WAD process using up memory until the unit goes into conserve mode since I was on 6.0.6. I started running a script to restart the process twice daily and have never had a problem since. I just upgraded from 6.4.13 to 7.0.12 a few weeks ago and I've left the script to run on every upgrade since 6.0.6. I've never disabled it to see if I don't need it any longer, maybe I should.

config system auto-script
    edit "restart_wad"
        set interval 43200
        set repeat 360
        set start auto
        set script "diag test app wad 99"
    next
end