https://www.gravatar.com/avatar/5f48da38e786436afece6f2e46196202?s=240&d=mp

Linux Shell

Air780e 短信转发

注意

  • 此脚本会消耗流量

  • 在更新日志中有提到:

V1002已支持SMS中英文短信收发, 支持长短信自动合并. 但值得提醒的是, 电信卡不可用

  • 我用联通卡测试成功

准备工作

  1. 请先阅读三遍官方文档: 烧录教程
  2. 刷机工具下载:Luatools

刷机步骤

  1. 先下载固件

Understanding Redis Background Memory Usage

Author: Tiago Ilieve

Via: Here

A closer look at how the Linux kernel influences Redis memory management

Recently, I was talking to a long-time friend, previous university colleague and former boss, who mentioned the fact that Redis was failing to persist data to disk in low memory conditions. For that reason, he advised to never let a Redis in-memory dataset to be bigger than 50% of the system memory. Thinking about how wasteful that practice would be, it’s interesting to understand why this can happen and look for alternatives to assure that Redis will be able to use as much memory as there’s available to it, without sacrificing its durability.