Giter VIP home page Giter VIP logo

ripe-atlas-alpine's People

Contributors

ctassisf avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

ripe-atlas-alpine's Issues

Heavy writes, important especially on devices with flash memory

It works great on Mikrotik Hap AX2, BUT I have noticed that there is a lot of writes to the disk and its due to atlas probe writing constantly temporary data to \var\atlasdata
I think it would be best to mount \var\atlasdata as 32 MB tmpfs so that internal flash drive wouldn't die too soon.
I have measured that without tmpfs it does 300 000 sector writes DAILY, so its safe to assume it could kill Mikrotik flash in just a few months, same goes for lower quality pendrives.

Temporary solution that I have found is to make ramdisk on mikrotik because doing it from container itself turned out to be harder than I thought without running container as root.

  1. Create 32MB ramdisk on mikrotik :
    /disk add type=tmpfs tmpfs-max-size=33554432 slot=atlasdata
  2. Mount that ramdisk to a container :
    /container/mounts/add dst=/var/atlasdata name=atlasdata src=atlasdata

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.