neondatabase / pg_embedding

Hierarchical Navigable Small World (HNSW) algorithm for vector similarity search in PostgreSQL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Amount of RAM on macos

akorotkov opened this issue · comments

	if (sysctlbyname("hw.memsize", NULL, &total, NULL, 0) < 0)

Oh, really? You expect memory size to be placed to oldlenp?

Thank you for reporting the problem!
Sorry, MacOS is not yet my primary dev environment.