ldcsaa / HP-Socket

High Performance TCP/UDP/HTTP Communication Component

Home Page:https://www.oschina.net/p/hp-socket

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ubuntu 22.04

laihuawang opened this issue · comments

image

what should i do ?

image
system info

找到不mimalloc库,解决办法:
1、排除mimalloc,用系统malloc或jemalloc:
$ compile.sh -m [system | jemalloc]
2、自己编译一个适合你目标平台的mimalloc库