Hola. Cuando hago:
$ps aux
Obtengo lo siguiente:
USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
root 1 0.0 0.2 1420 132 ? S 11:17 0:04 init
root 2 0.0 0.0 0 0 ? SW 11:17 0:00 [keventd]
root 3 0.0 0.0 0 0 ? SWN 11:17 0:00 [ksoftirqd_CPU0]
root 4 0.0 0.0 0 0 ? SW 11:17 0:07 [kswapd]
root 5 0.0 0.0 0 0 ? SW 11:17 0:00 [bdflush]
root 6 0.0 0.0 0 0 ? SW 11:17 0:00 [kupdated]
root 11 0.0 0.0 0 0 ? SW 11:17 0:00 [khubd]
root 130 0.0 0.2 1592 180 ? S 11:17 0:00 dhclient -pf /var/run/dhclient.eth0.pid eth0
root 212 0.0 0.4 1468 248 ? S 11:17 0:00 /sbin/syslogd
root 215 0.0 0.1 2128 76 ? S 11:17 0:00 /sbin/klogd
root 229 0.0 0.1 1452 76 ? S 11:17 0:00 /usr/sbin/inetd
root 256 0.0 1.0 4488 652 ? S 11:17 0:00 /usr/bin/X11/xfs -daemon
root 315 0.0 0.1 2636 68 ? S 11:17 0:00 /bin/bash /etc/rc2.d/S20xprint posix_sh_forced start
root 318 0.0 0.1 1416 68 ? S 11:17 0:00 tee -a /dev/null
root 319 0.0 0.1 1408 80 ? S 11:17 0:00 logger -p lpr.notice -t Xprt_64
root 320 0.0 0.2 4324 164 ? S 11:17 0:00 /usr/X11R6/bin/Xprt -ac -pn -nolisten tcp -audit 4 -fp /usr/X11R6/lib/X11/fonts/Type1,/usr/X11R6/lib/X11/fonts/100dpi,/usr/X11R6/lib/X11/fonts/75dpi,/usr/X11R6/lib/X11/fonts/misc :64
daemon 329 0.0 0.1 1592 80 ? S 11:17 0:00 /usr/sbin/atd
root 332 0.0 0.3 1660 204 ? S 11:17 0:00 /usr/sbin/cron
root 361 0.0 0.1 3180 100 ? S 11:17 0:00 /usr/bin/X11/xdm
root 362 0.0 0.1 1416 76 tty1 S 11:17 0:00 /sbin/getty 38400 tty1
root 363 0.0 0.1 1416 76 tty2 S 11:17 0:00 /sbin/getty 38400 tty2
root 364 0.0 0.1 1416 76 tty3 S 11:17 0:00 /sbin/getty 38400 tty3
root 365 0.0 0.1 1416 76 tty4 S 11:17 0:00 /sbin/getty 38400 tty4
root 366 0.0 0.1 1416 76 tty5 S 11:17 0:00 /sbin/getty 38400 tty5
root 367 0.0 0.1 1416 76 tty6 S 11:17 0:00 /sbin/getty 38400 tty6
root 369 2.5 8.7 41688 5408 ? S< 11:17 7:21 /usr/X11R6/bin/X vt7 -dpi 100 -nolisten tcp -auth /var/lib/xdm/authdir/authfiles/A:0-RbhlCn
root 370 0.0 0.2 3664 140 ? S 11:17 0:00 -:0
menda 384 0.1 4.2 12192 2648 ? S 11:17 0:21 xfce4-panel
menda 433 0.0 1.7 10832 1056 ? S 11:17 0:06 xfce-mcs-manager
menda 434 0.0 2.6 8912 1616 ? S 11:17 0:13 xfwm4 --daemon
menda 435 0.2 4.3 9716 2700 ? S 11:17 0:35 xftaskbar4
menda 436 0.0 2.0 10072 1276 ? S 11:17 0:07 xfdesktop
menda 1271 49.5 47.1 51608 29060 ? R 15:40 11:57 /usr/lib/mozilla-firebird/MozillaFirebird-bin
menda 1281 0.0 47.1 51608 29060 ? S 15:40 0:00 /usr/lib/mozilla-firebird/MozillaFirebird-bin
menda 1282 0.0 47.1 51608 29060 ? S 15:40 0:00 /usr/lib/mozilla-firebird/MozillaFirebird-bin
menda 1283 0.0 47.1 51608 29060 ? S 15:40 0:00 /usr/lib/mozilla-firebird/MozillaFirebird-bin
menda 1285 0.2 47.1 51608 29060 ? S 15:40 0:03 /usr/lib/mozilla-firebird/MozillaFirebird-bin
menda 1290 0.0 47.1 51608 29060 ? S 15:41 0:00 /usr/lib/mozilla-firebird/MozillaFirebird-bin
menda 1301 0.0 4.0 5348 2484 ? S 15:53 0:00 xterm -title Terminal
menda 1302 0.0 2.8 3336 1756 pts/0 S 15:53 0:00 bash
root 1311 0.0 2.8 3364 1752 pts/0 S 15:54 0:00 bash
root 1316 0.0 1.3 2772 832 pts/0 R 16:04 0:00 ps aux
Mi pregunta es: ¿Por qué se repite tantas veces el MozillaFirebird? ¿Es normal?
Este programa me consume mucha memoria, y estoy preocupado. Tengo 64 RAM.
Gracias