I have been trying to install GridDB on MacOS to do some big data work, but hitting issues.
I have checked other questions on SO, and took the advice here to try from source code.
The configure step fails with:
checking whether FALLOC_FL_PUNCH_HOLE is declared... no
configure: error: fallocate and FALLOC_FL_PUNCH_HOLE must be supported`
How can get fallocate on MacOS?