Hi,
I have a miniROUTER (150) and it is 2 months old with already a write-sect-total of 1080803.
I don’t know if this is abnormal. But I would like to setup the router to stop writing on disk.
This is already setup for this router but it keeps writing on disk - Is it possible to completely disable disk writes ?
/ ip dhcp-server config
set store-leases-disk=never
/ tool graphing
set store-every=24hours
/ tool graphing queue
add simple-queue=all allow-address=0.0.0.0/0 store-on-disk=no allow-target=yes
disabled=no
/ tool graphing resource
add allow-address=0.0.0.0/0 store-on-disk=no disabled=no
/ tool graphing interface
add interface=all allow-address=0.0.0.0/0 store-on-disk=no disabled=no
/ system logging
add topics=info prefix=“” action=memory disabled=no
add topics=error prefix=“” action=memory disabled=no
add topics=warning prefix=“” action=memory disabled=no
add topics=critical prefix=“” action=memory disabled=no
/ system logging action
set memory name=“memory” target=memory memory-lines=100 memory-stop-on-full=no
set disk name=“disk” target=echo remember=no
set echo name=“echo” target=echo remember=no
set remote name=“remote” target=remote remote=0.0.0.0:514