35 messages in org.apache.perl.modperlRe: compile problems
FromSent OnAttachments
BeberleDec 13, 2004 2:43 am 
Tom SchindlDec 13, 2004 4:02 am 
Reenen C KroukampDec 13, 2004 4:44 am 
BeberleDec 14, 2004 5:32 pm 
Joe SchaeferDec 14, 2004 6:49 pm 
BeberleDec 16, 2004 6:42 pm 
Joe SchaeferDec 16, 2004 8:44 pm 
Matthew BerkDec 16, 2004 11:05 pm 
Stas BekmanDec 17, 2004 8:11 am 
Barksdale, RayDec 17, 2004 8:57 am 
Joe SchaeferDec 17, 2004 10:27 am 
Stas BekmanDec 17, 2004 10:38 am 
Barksdale, RayDec 17, 2004 11:04 am 
Stas BekmanDec 17, 2004 11:25 am 
Barksdale, RayDec 17, 2004 1:04 pm 
Stas BekmanDec 17, 2004 1:19 pm 
Barksdale, RayDec 17, 2004 3:37 pm 
Stas BekmanDec 17, 2004 3:44 pm 
Matthew BerkDec 20, 2004 6:43 am 
Barksdale, RayDec 22, 2004 7:19 am 
Stas BekmanDec 22, 2004 12:27 pm 
Barksdale, RayDec 22, 2004 12:37 pm 
Stas BekmanDec 22, 2004 1:16 pm 
Barksdale, RayDec 22, 2004 2:01 pm 
Stas BekmanDec 22, 2004 2:22 pm 
Barksdale, RayDec 22, 2004 3:06 pm 
Stas BekmanDec 22, 2004 4:01 pm 
Barksdale, RayDec 28, 2004 2:50 pm 
Stas BekmanDec 28, 2004 3:01 pm 
Barksdale, RayDec 28, 2004 3:14 pm 
Stas BekmanDec 28, 2004 3:17 pm 
Barksdale, RayDec 28, 2004 3:50 pm 
Joe SchaeferDec 28, 2004 5:29 pm 
Barksdale, RayDec 29, 2004 8:59 am 
Stas BekmanDec 29, 2004 9:21 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: compile problemsActions...
From:Joe Schaefer (joe+@sunstarsys.com)
Date:Dec 28, 2004 5:29:14 pm
List:org.apache.perl.modperl

"Barksdale, Ray" <bark@mdot.state.ms.us> writes:

[...]

From this: Total: 608169K ( 580M) size, 145465K ( 139M) approx real size (-shared)

down to this: Total: 600129K ( 572M) size, 131588K ( 125M) approx

real size (-shared)

Are you sure this isn't just some wackiness in the virtual memory reporting on amd64? I've been using debian amd64 for a while, and the VSZ numbers have been consistently absurd for all my processes (eg they often total to considerably more than my available RAM + swap). For instance here's my emacs on debian woody (32bit):

% emacs -nw & [1] 13029 % ps u USER PID %CPU %MEM VSZ RSS ... joe 13029 0.0 0.3 8020 3208 ...

and on amd64:

% ps u USER PID %CPU %MEM VSZ RSS ... joe 21248 0.0 0.2 29144 4336 ...

The libraries emacs links to are basically the same:

% ldd `which emacs` | perl -alpe '$a += `du -bL $F[2]`} $_=$a;{'

=>

5060944 bytes for 64bit, 4063232 bytes for 32bit.

So the libraries are ~25% larger, the emacs binary is ~60% larger (3985408 vs 6633208), but ps reports almost a four-fold increase in VSZ. Go figure.

Here's a possibly relevant link I found while googling for an answer:

https://www.redhat.com/archives/amd64-list/2004-September/msg00003.html