-
Notifications
You must be signed in to change notification settings - Fork 489
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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:
- follow the installation instructions on a raspberry pi 5
- watch it crash
Expected behavior
It should run as per the instructions
Configuration:
Please provide:
- 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)
- The index_config.yaml
n/a
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working