Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.debian.maint.java > #12582

Re: reply: Bazel Removal from Debian

Path csiph.com!fu-berlin.de!news.servidellagleba.it!bofh.it!news.nic.it!robomod
From tony mancill <tmancill@debian.org>
Newsgroups linux.debian.maint.java
Subject Re: reply: Bazel Removal from Debian
Date Wed, 22 Feb 2023 06:00:01 +0100
Message-ID <G1Pot-7CcZ-1@gated-at.bofh.it> (permalink)
References <G0Ugx-72nU-1@gated-at.bofh.it> <G1BYe-7u54-3@gated-at.bofh.it> <G1Pot-7CcZ-3@gated-at.bofh.it>
X-Mailbox-Line From debian-java-request@lists.debian.org Wed Feb 22 04:55:50 2023
Old-Return-Path <tmancill@gmail.com>
X-Amavis-Spam-Status No, score=-11.599 tagged_above=-10000 required=5.3 tests=[BAYES_00=-2, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_FORGED_FROMDOMAIN=0.25, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.25, LDO_WHITELIST=-5, PGPSIGNATURE=-5, RCVD_IN_DNSWL_NONE=-0.0001] autolearn=unavailable autolearn_force=no
X-Policyd-Weight using cached result; rate: -5.5
X-Gm-Message-State AO0yUKUlFYppnBqcA+0tbfAZVbZR0g7elhULQ/LbWLm7clE5K1kNdO1o 3YjeC9DyLS/aLpmgPtyAhh8=
X-Google-SMTP-Source AK7set8oII+CWo8+itmmJVSTl5yKVfw66Rn4Ik82IMY9GMht52Xv5huZHXl0s7VueuFSyNELO4BxcQ==
X-Received by 2002:a17:902:ec82:b0:198:ff11:2600 with SMTP id x2-20020a170902ec8200b00198ff112600mr8969882plg.2.1677041729243; Tue, 21 Feb 2023 20:55:29 -0800 (PST)
Sender robomod@news.nic.it
MIME-Version 1.0
Content-Type multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="c8c+1GPIg5wWRqLk"
Content-Disposition inline
X-Mailing-List <debian-java@lists.debian.org> archive/latest/23237
List-ID <debian-java.lists.debian.org>
List-URL <https://lists.debian.org/debian-java/>
List-Archive https://lists.debian.org/msgid-search/Y/WgPk3xibdeugM9@lark
Approved robomod@news.nic.it
Lines 59
Organization linux.* mail to news gateway
X-Original-Cc Hans-Christoph Steiner <hans@at.or.at>, Olek Wojnar <olek@debian.org>, Debian Bazel Discussion List <debian-bazel@lists.debian.org>, Debian Java Discussion List <debian-java@lists.debian.org>, Debian Bazel Packaging Team <bazel-team@lists.launchpad.net>
X-Original-Date Tue, 21 Feb 2023 20:55:26 -0800
X-Original-Message-ID <Y/WgPk3xibdeugM9@lark>
X-Original-References <2FA11FED-1D3B-49A9-BA6E-F77AB13E0C62@debian.org> <cd29859e-57c2-6326-0472-5044e736499c@at.or.at> <DM6PR08MB4058243706B325C1D5B0EEF0DFA59@DM6PR08MB4058.namprd08.prod.outlook.com>
X-Original-Sender tony mancill <tmancill@gmail.com>
Xref csiph.com linux.debian.maint.java:12582

Show key headers only | View raw


[Multipart message — attachments visible in raw view] - view raw

On Tue, Feb 21, 2023 at 03:15:18PM +0000, sun min wrote:
> > If the test passes regularly, and just sometimes fails under the same
> > conditions, I would consider disabling it in autopkgtest rather than have it not
> > make it into bookworm.  The perfect is the enemy of the good.
> 
> The autopkgtest always fails .
> 
> The maintainer added a “-XX:+UseParallelGC” for garbge collectors param(target jdk16+) which can boost build performance for about 30% compared with the default GC param “-XX:+UseG1GC”[1].
> 
> In fact all the CI stages can be passed if supplied with the default GC param.
> 
> I suspect If the “+UseParallelGC” should be used with some other jvm params together.But I have no idea.

Hi sun min,

It sounds like premature optimization to configure or tune the GC
algorithm at all.  The JVM (any version) will be able to configure
itself, even if perhaps not optimally, without setting either
"+UseParallelGC" or "+UseG1GC".  Is that all we need to change?

We should be able to build and ship the package with conservative
(compatible) defaults and document tuning for better performance in a
wiki or similar.

Cheers,
tony

Back to linux.debian.maint.java | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

Bazel Removal from Debian Olek Wojnar <olek@debian.org> - 2023-02-19 17:00 +0100
  Re: Bazel Removal from Debian Hans-Christoph Steiner <hans@at.or.at> - 2023-02-21 15:40 +0100
    Re: [Bazel-team] Bazel Removal from Debian Yun Peng <pcloudy@google.com> - 2023-02-21 16:30 +0100
    Re: Bazel Removal from Debian Olek Wojnar <olek@debian.org> - 2023-02-21 16:30 +0100
      Re: Bazel Removal from Debian Emmanuel Bourg <ebourg@apache.org> - 2023-02-21 17:10 +0100
    Re: reply: Bazel Removal from Debian tony mancill <tmancill@debian.org> - 2023-02-22 06:00 +0100
    Re: reply: Bazel Removal from Debian Olek Wojnar <olek@debian.org> - 2023-02-22 23:10 +0100
      RE: reply: Bazel Removal from Debian Thorsten Glaser <t.glaser@tarent.de> - 2023-02-23 12:50 +0100
        Re: reply: Bazel Removal from Debian Emmanuel Bourg <ebourg@apache.org> - 2023-02-23 13:20 +0100
        RE: reply: Bazel Removal from Debian Olek Wojnar <olek@debian.org> - 2023-03-05 17:00 +0100

csiph-web