Frank Harris
02/03/2023, 2:06 AMFrank Harris
02/03/2023, 2:12 AMLast metadata expiration check: 2:25:44 ago on Thu 02 Feb 2023 06:45:10 PM EST.
Error:
Problem: conflicting requests
- package typesense-server-0.24.0-1.arm64 does not have a compatible architecture
- nothing provides config(typesense-server) = 0.24.0-1 needed by typesense-server-0.24.0-1.arm64
(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)
Kishore Nallan
02/03/2023, 4:38 AMFrank Harris
02/03/2023, 8:04 AMKishore Nallan
02/03/2023, 9:25 AMFrank Harris
02/03/2023, 12:38 PM<jemalloc>: Unsupported system page size
<jemalloc>: Unsupported system page size
terminate called without an active exception
Aborted (core dumped)
Frank Harris
02/03/2023, 12:38 PMKishore Nallan
02/03/2023, 12:38 PMFrank Harris
02/03/2023, 12:39 PM[frank@vm ~]$ ./typesense-server --data-dir=$(pwd)/typesense-data --api-key=$TYPESENSE_API_KEY --enable-cors
<jemalloc>: Unsupported system page size
<jemalloc>: Unsupported system page size
terminate called without an active exception
Aborted (core dumped)
Kishore Nallan
02/03/2023, 12:41 PMKishore Nallan
02/03/2023, 12:45 PMFrank Harris
02/03/2023, 12:46 PMFrank Harris
02/03/2023, 12:48 PM$ getconf PAGE_SIZE
65536
Kishore Nallan
02/06/2023, 4:33 AMjemalloc
and that only works well on 4096
page size. That's the default page size on most Linux distributions but I just realized that CentOS, RedHat, or Oracle Linux, set the default page size to 64k. Is it possible to change that to 4K (not sure if that's determined at kernel compile time)?Kishore Nallan
02/06/2023, 4:42 AM