public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
From: "Michael Lemke" <lemkemch@t-online.de>
To: cygwin@cygwin.com
Subject: Re: Apache rebase trouble
Date: Thu, 25 May 2017 15:29:00 -0000	[thread overview]
Message-ID: <op.y0suctq7aqc5s6@orion.localdomain> (raw)
In-Reply-To: <CAOC2fq-9TSLxCH5e+qG4VZHhf56et3t-Oc5WKW+u0UcsrRaxMg@mail.gmail.com>

On Wed, 24 May 2017 01:56:55 +0200, Michael Enright <mike@kmcardiff.com> wrote:

> On Tue, May 23, 2017 at 3:59 PM, Michael Lemke wrote:
>>
>> Lacking further clues I did the trial and error thing and removed some
>> stuff I thought I didn't need (like GNOME). Not sure yet what I broke but
>> my Apache is working again.  Thanks for the hint that the number of known
>> dlls could be a problem. I'd still appreciate more precise information
>> of how rebase works and if there is a more systematic approach.
>>
>
> The command rebase -is gives a list of the DLLs, their sizes and where
> they are based.
> The DLL size is in "field 5" as 'sort' recons fields, so
> rebase -is | sort -k5 will dump the DLLs in size order.

Thank you. So if I take the first and last line of rebase's default output
the difference in the 3rd field tells me how much space is required,
correct?  In my cleaned up installation it is 879.5 MB.  Is it possible to
give a limit up to which this number may grow?  Exactly what memory/address
space is being reserved here?

> On my system the last DLL in the output is an LLVM DLL which I believe
> is used by the X server. A lot of the top DLLs appear to be related to
> the X server, some of those are code-generation DLLs for the LLVM JIT
> to use. The footprint of the X server seems large.

In my installation LLVM takes up a lot (and for some reason I have three
different versions installed - have to get rid of some) but the biggest
is qt4:


  orion> rebase -si | sort -k5 | tail
/usr/lib/cygswrAVX2.dll                                                                                                                   base 0x45290000 size 0x00c7c000
/usr/bin/cygLLVM-3.0.dll                                                                                                                  base 0x6e710000 size 0x00cab000
/usr/bin/cygavcodec-54.dll                                                                                                                base 0x5f710000 size 0x00d79000
/usr/bin/cygLLVM-3.4.dll                                                                                                                  base 0x6c310000 size 0x0116e000
/usr/bin/cygLLVM-3.1.dll                                                                                                                  base 0x6d480000 size 0x0128a000
/usr/bin/cygicudata56.dll                                                                                                                 base 0x58060000 size 0x017ed000
/usr/bin/cygicudata57.dll                                                                                                                 base 0x567d0000 size 0x01885000
/usr/bin/cygwebkitgtk-3.0-0.dll                                                                                                           base 0x49660000 size 0x01951000
/usr/bin/cygLLVM-3.8.dll                                                                                                                  base 0x6a810000 size 0x01af3000
/usr/bin/cygQtWebKit-4.dll                                                                                                                base 0x63810000 size 0x01eea000
  orion>

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

  reply	other threads:[~2017-05-25 14:54 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-23  0:29 Michael Lemke
2017-05-23 19:51 ` Achim Gratz
2017-05-23 20:05   ` Michael Lemke
2017-05-23 20:17     ` Achim Gratz
2017-05-23 21:02       ` Michael Lemke
2017-05-23 23:56         ` Michael Lemke
2017-05-24  2:53           ` Michael Enright
2017-05-25 15:29             ` Michael Lemke [this message]
2017-05-24 10:14         ` Andrey Repin
  -- strict thread matches above, loose matches on Subject: below --
2017-05-21 20:22 Michael Lemke
2017-05-21 20:45 ` Marco Atzeri
2017-05-23 15:25 ` Houder

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=op.y0suctq7aqc5s6@orion.localdomain \
    --to=lemkemch@t-online.de \
    --cc=cygwin@cygwin.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).