Page MenuHomeSoftware Heritage

Document the need for higher vm.max_map_count
ClosedPublic

Authored by vlorentz on Nov 24 2022, 11:15 AM.

Diff Detail

Repository
rDGRPH Compressed graph representation
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

Build is green

Patch application report for D8881 (id=32012)

Could not rebase; Attempt merge onto edcca81a60...

Updating edcca81..9d4d719
Fast-forward
 docs/compression.rst                                               | 6 ++++++
 .../java/org/softwareheritage/graph/compress/ORCGraphDataset.java  | 7 +++++--
 2 files changed, 11 insertions(+), 2 deletions(-)
Changes applied before test
commit 9d4d719d045b482de75507f2a276d09d9a7c718f
Author: Valentin Lorentz <vlorentz@softwareheritage.org>
Date:   Thu Nov 24 11:15:12 2022 +0100

    Document the need for higher vm.max_map_count

commit 486312e00eaae441dbf36e066c4e07313195b238
Author: Valentin Lorentz <vlorentz@softwareheritage.org>
Date:   Thu Nov 24 11:13:56 2022 +0100

    Fix crash on null Release message
    
    Encountered while compressing the 2021-03-23-popular-3k-python dataset.

See https://jenkins.softwareheritage.org/job/DGRPH/job/tests-on-diff/278/ for more details.

anlambert added a subscriber: anlambert.
anlambert added inline comments.
docs/compression.rst
124

will allocate or will try to allocate I guess

This revision now requires changes to proceed.Nov 24 2022, 11:35 AM

Build is green

Patch application report for D8881 (id=32016)

Could not rebase; Attempt merge onto edcca81a60...

Updating edcca81..dc2cb79
Fast-forward
 docs/compression.rst                                               | 6 ++++++
 .../java/org/softwareheritage/graph/compress/ORCGraphDataset.java  | 7 +++++--
 2 files changed, 11 insertions(+), 2 deletions(-)
Changes applied before test
commit dc2cb79bc6706685ef979efc42a12b49b73b0d2e
Author: Valentin Lorentz <vlorentz@softwareheritage.org>
Date:   Thu Nov 24 11:15:12 2022 +0100

    Document the need for higher vm.max_map_count

commit 486312e00eaae441dbf36e066c4e07313195b238
Author: Valentin Lorentz <vlorentz@softwareheritage.org>
Date:   Thu Nov 24 11:13:56 2022 +0100

    Fix crash on null Release message
    
    Encountered while compressing the 2021-03-23-popular-3k-python dataset.

See https://jenkins.softwareheritage.org/job/DGRPH/job/tests-on-diff/279/ for more details.

This revision is now accepted and ready to land.Nov 24 2022, 1:45 PM