sqlc generate command giving error panic : unable to mmap memory: cannot allocate memory
I was trying to run sqlc generate command but I encountered the following error ->
SQLC panic: unable to mmap memory: cannot allocate memory
I was using SQLC on Ubuntu virtual machine from one provider and it was working perfectly fine, but then I switched to another provider and all of a sudden it now panics with panic: unable to mmap memory: cannot allocate memory
.