op-packages/luci-app-ramfree/ucode/controller/ramfree.uc
github-actions[bot] 32600acc60 🌴 Sync 2026-03-05 23:51:42
2026-03-05 23:51:42 +08:00

9 lines
173 B
Ucode

'use strict';
return {
action_release_ram: function() {
system('sync && echo 3 > /proc/sys/vm/drop_caches');
http.redirect(dispatcher.build_url('admin/status'));
}
}