tata8k / fedora-snack

Fix fedora grub after updating Windows 10
0 stars 0 forks source link

No space on device #5

Open ghost opened 6 years ago

ghost commented 6 years ago
sudo mount -o remount,size=16G,noatime /tmp
ghost commented 6 years ago

lizy@sixthnet.com2017@okio

ghost commented 6 years ago

https://confluence.jetbrains.com/display/IDEADEV/Inotify+Watches+Limit

  1. Add the following line to either /etc/sysctl.conf file or a new *.conf file (e.g. idea.conf) under /etc/sysctl.d/ directory:
    fs.inotify.max_user_watches = 524288
  2. Then run this command to apply the change:
    sudo sysctl -p --system