google / codesearch

Fast, indexed regexp search over large file trees

Home Page:http://swtch.com/~rsc/regexp/regexp4.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

index can't be larger than 4GB

conan25216 opened this issue · comments

I run this on a very large mount of codes, my index is becoming larger than 4GB after I run the cindex.go
When I run csearch.go with my regex pattern, raise a error : index cannot be larger than 4GB.
how can i improve my index limitation? thanks !