Reading xls file in Go with package github.com/extrame/xls
but it returns a memory error like VirtualAlloc of 4710203392 bytes failed with errno=1455
file, _ := xls.Open("test.xls", "utf-8")
How can I increase memory or any other package I can use in Go?