• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. Ryan Miller
    3. Topics
    R
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 4
    • Best 0
    • Controversial 0
    • Groups 0

    Topics created by Ryan Miller

    • R

      Memory almost 100% even after image complete

      FOG Problems
      • • • Ryan Miller
      2
      0
      Votes
      2
      Posts
      995
      Views

      M

      I think you’ll probably find that most of that is cached. Linux has a habit of using loads of ram for caching and then giving it back in chunks as needed. Perhaps someone with more of a grasp could explain it to you a little better… but I’m guessing that your RAM is probably not going to cause you and issues.

      If you want to test that out though do some benchmarking with your images etc before and after dumping the cached memory… Try this simple little script I use on some of my servers for ejecting it…

      #! /bin/bash
      clear
      echo MEM before cache clear up:
      echo
      free && sync && echo 3 > /proc/sys/vm/drop_caches
      echo
      echo MEM after cache clear up:
      echo
      free

      Write the above into a text file with vi/nano/whatever and chmod +x the file then run. Sorry if that’s patronising in any way, I just dont know what level of experience you have.

    • R

      DVD doesn't read or write after image... Help!

      FOG Problems
      • • • Ryan Miller
      4
      0
      Votes
      4
      Posts
      1.4k
      Views

      C

      I second the sysprep test. Sounds like Windows is confused about where the drive is located. Usually on dells, they are all on the same controller in the same slot, using the same hardware revisions. Maybe you have a different hardware setup due to ship dates or model revisions. Sysprep might help this.

    • 1 / 1