Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我将 jruby 1.74 与 gem jdbc/mysql 一起使用。查询很简单:
"Select id from Product"
该表包含约。7 500 000 个条目。结果是我得到:
“错误:您的应用程序使用的内存超过了 500M 的安全上限。”
如何在不增加内存大小的情况下避免这种情况?