Skip to content

jemalloc failure on raspberry pi 5 #4785

@nickkaltner

Description

@nickkaltner

Describe the bug
Running on a raspberry pi 5, there are 16KB page sizes which breaks the jemalloc configuration on quickwit

It won't run, here is the output;

./quickwit-v0.8.0/quickwit --help
<jemalloc>: Unsupported system page size
<jemalloc>: Unsupported system page size
memory allocation of 5 bytes failed
Aborted

confirmation of the page size;

$ getconf PAGE_SIZE
16384

Steps to reproduce (if applicable)
Steps to reproduce the behavior:

  1. follow the installation instructions on a raspberry pi 5
  2. watch it crash

Expected behavior

It should run as per the instructions

Configuration:
Please provide:

  1. Output of quickwit --version

n/a because this crashes but the version i was running is 0.8.0 on aarch64-unknown-linux-gnu (7afa596)

  1. The index_config.yaml

n/a

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions