Git Product home page Git Product logo

Comments (3)

klaxalk avatar klaxalk commented on July 1, 2024

We did not have to do this on any of our drones. Are you sure you are doing this correctly? I am using:

sudo swapoff -a
sudo dd if=/dev/zero of=/swapfile bs=1G count=16
sudo chmod 600 /swapfile
sudo mkswap /swapfile
sudo swapon /swapfile

from mrs_uav_system.

spurnvoj avatar spurnvoj commented on July 1, 2024

Yes, I am using the same commands (see install script). To have swap permanent, you have to modify the fstab file. Here is another link that mentions that too. They also show how to make swap larger if you already have one.

from mrs_uav_system.

klaxalk avatar klaxalk commented on July 1, 2024

Ye, maybe, if you select to have "no swap" during Ubuntu installation. We should have the swap-setting script universal, therefore, let's also update https://github.com/ctu-mrs/uav_core/blob/master/miscellaneous/scripts/set_swap.sh.

from mrs_uav_system.

Related Issues (20)

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.