Skip to main content

Every night, analog is killed for memory - but I think I have plenty?

Comments

4 comments

  • dalem
    analog is a pig on large log files I don't think you have any swap what does free -m say
    0
  • Ishware
    - Please Attach Images to Your Posts - So sounds like maybe I need to figure out how to increase my swap size. :)
    0
  • Znuff
    You can increase your swap size by: 1. either increase the swap partition 2. create a new swap file and turn swap on it, like:
    dd if=/dev/zero of=/swapfile bs=1M count=1024 mkswap /swapfile swapon /swapfile
    That will create 1GB of swap space. Replace 1024 with how big you want (1024 * 1M)
    0
  • cPanelMichael
    Hello, Please ensure you upload images directly to your posts. Could you let us know if the issue persists after creating SWAP space? Thank you.
    0

Please sign in to leave a comment.