XCP-ng
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Home
    2. frankz
    F
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 1
    • Groups 0

    frankz

    @frankz

    0
    Reputation
    13
    Profile views
    1
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    frankz Unfollow Follow

    Latest posts made by frankz

    • RE: Alert: Control Domain Memory Usage

      Its not solving it, but you can run

      echo 3 > /proc/sys/vm/drop_caches

      to release some of the cache again, without interfering with running processes.

      [root@host2 ~]# free -m
      total used free shared buff/cache available
      Mem: 15958 3308 158 8 12491 2355
      Swap: 1023 177 846
      [root@host2 ~]# echo 3 > /proc/sys/vm/drop_caches
      [root@host2 ~]# free -m
      total used free shared buff/cache available
      Mem: 15958 3308 2598 10 10051 2751
      Swap: 1023 177 846

      posted in Compute
      F
      frankz