Skip to content
This repository was archived by the owner on Jan 26, 2026. It is now read-only.

Conversation

@johnpatek
Copy link

I have been using kuzu(and now its forks) for a while, and have seen this issue a few times. This is a build system change that only applies to MSVC. For reference, I am using this version:

J:\cypherdb\build>msbuild --version
MSBuild version 17.14.23+b0019275e for .NET Framework
17.14.23.4220

When building with CMake and msbuild, I encountered the following error:

J:\cypherdb\src\storage\index\hash_index.cpp(1,1): error C1128: number of sections exceeded object file format limit: compile with /bigobj [J:\cypherdb\build\src\storage\index\kuzu_storage_index.vcxproj]

This was the only build error. After adding the change in this commit, the build finished with zero errors.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant