<div dir="ltr">Aivils:<br><br>The output of the ps aux command gives the following column headers:<div><br></div><div><font face="monospace, monospace">USER       PID %CPU %MEM    VSZ   RSS TTY      STAT START   TIME COMMAND</font><br></div><div><br></div><div><br></div><div>Per the ps(1) man page:</div><div><br></div><div><pre style="margin-left:8px;font-family:monospace,courier;color:rgb(24,24,24);font-size:16px">VSZ       virtual memory size of the process in KiB
          (1024-byte units).  Device mappings are
          currently excluded; this is subject to change.
          (alias <b style="color:rgb(80,32,0)">vsize</b>).

<pre style="margin-left:8px;font-family:monospace,courier">RSS       resident set size, the non-swapped physical
          memory that a task has used (in kiloBytes).
          (alias <b style="color:rgb(80,32,0)">rssize</b>, <b style="color:rgb(80,32,0)">rsz</b>).</pre></pre><pre style="margin-left:8px;color:rgb(24,24,24)"><font face="arial, helvetica, sans-serif"><br></font></pre>(Source: <a href="http://man7.org/linux/man-pages/man1/ps.1.html">http://man7.org/linux/man-pages/man1/ps.1.html</a>)<br><br></div><div>Therefore; as it was previously stated, the size is given in kiB, not B, which means that the total memory consumed by X is still approximately 100 GiB (104332316 kiB).<br><br><br>Thanks.<br><br><br>Sincerely,<br><br><br>Ewen</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Dec 6, 2017 at 2:28 AM,  <span dir="ltr"><<a href="mailto:aivils@latnet.lv" target="_blank">aivils@latnet.lv</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
Don't worry. Count the digits. 100Mb consuming is pretty ordinary nowadays.<br>
They are not Gigabytes.<div class="HOEnZb"><div class="h5"><br>
<br>
Ewen Chan @ 2017-12-05 20:14 rakstīja:<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
ewen@aes4:~> date<br>
Tue Dec 5 05:08:28 EST 2017<br>
ewen@aes4:~> ps aux | grep Xorg<br>
root 2245 7.7 79.0 271100160 104332316 tty7 Ssl+ Nov25 1078:19<br>
/usr/bin/Xorg :0 -background none -verbose -auth /run/gdm/aut<br>
h-for-gdm-9L7Ckz/database -seat seat0 -nolisten tcp vt7<br>
ewen 11769 0.0 0.0 10500 944 pts/1 R+ 05:08 0:00 grep --color=auto<br>
Xorg<br>
<br>
</blockquote>
</div></div></blockquote></div><br></div>