在 Lua 中,表是用来保存所有数据的结构。
您希望存储环境是可用的,即为了能确保按需访问数据也能有足够的磁盘空间来保存所有数据。
You'll want your storage environment to be available-both to ensure that the data can be accessed on demand and to ensure that there is sufficient disk space to contain all the data.
但是,迁移到 64 位并不是适用于所有本机内存问题的通用解决方案;您仍然需要足够的物理内存来保存所有数据。
Moving to 64-bit is not a universal solution to all native-memory woes, however; you still need sufficient physical memory to hold all of your data.
应用推荐