"Mines bigger than yours" or so goes the car commercial. Built from fresh
CVS on 08/14 ~2300MST with no debugging.
[root@dbserver /root]# lsmod
Module Size Used by
nfs 81464 3 (autoclean)
lockd 50588 1 (autoclean) [nfs]
sunrpc 63268 1 (autoclean) [nfs lockd]
3c59x 23256 1 (autoclean)
st 27212 0 (unused)
xfs 421728 13 (autoclean)
pagebuf 35072 13 (autoclean) [xfs]
[root@dbserver /root]# uname -a
Linux dbserver.nimmo.org 2.4.0-test5 #1 SMP Mon Aug 14 22:18:04 MST 2000
i586 unknown
[root@dbserver /root]# l /lib/modules/2.4.0-test5/fs
total 11212
drwxr-xr-x 2 root root 4096 Aug 14 23:07 ./
drwxr-xr-x 10 root root 4096 Aug 14 23:25 ../
-rw-r--r-- 1 root root 18001 Aug 14 23:07 autofs4.o
-rw-r--r-- 1 root root 29803 Aug 14 23:07 isofs.o
-rw-r--r-- 1 root root 77145 Aug 14 23:07 lockd.o
-rw-r--r-- 1 root root 112848 Aug 14 23:07 nfs.o
-rw-r--r-- 1 root root 99945 Aug 14 23:07 nfsd.o
-rw-r--r-- 1 root root 5856 Aug 14 23:07 nls_cp437.o
-rw-r--r-- 1 root root 4148 Aug 14 23:07 nls_iso8859-1.o
-rw-r--r-- 1 root root 857189 Aug 14 23:07 pagebuf.o
-rw-r--r-- 1 root root 5780 Aug 14 23:07 ramfs.o
-rw-r--r-- 1 root root 7256 Aug 14 23:07 romfs.o
-rw-r--r-- 1 root root 48003 Aug 14 23:07 smbfs.o
-rw-r--r-- 1 root root 10148958 Aug 14 23:07 xfs.o
[root@dbserver /root]#
-----Original Message-----
From: owner-linux-xfs@xxxxxxxxxxx [mailto:owner-linux-xfs@xxxxxxxxxxx]On
Behalf Of Seth Mos
Sent: Tuesday, August 15, 2000 5:49 PM
To: linux-xfs@xxxxxxxxxxx
Subject: xfs module size
Hi
After compiling xfs as a nodule it bloats to 9.7MB.
Now who has the largest module on the block ;-)
Some reference:
Compiled with minimal options for installers and no debugging.
- kernel xfs as module is 580K
xfs.o module is 9.7M and pagebuf.o is 810K
Module loads ok and works.
- Kernel xfs compiled in is 889K
also works
Anyone can explain what happened here?
CVS version compiled without debugging on a standard redhat 6.2 machine.
I did noticed 2 definitions of CONFIG_PAGE_BUF=m in the CONFIG_XFS_* part
of the config. I don't think that is/should be a problem.
I could be wrong.
Bye Seth
|