Eclipse 中 OC4J 的内存设置
我在网上查了一段时间,似乎找不到从 Eclipse 启动时增加分配给 OC4J 的内存的设置。有谁知道设置在哪里吗?
谢谢。
I've looked on the web for a while and can't seem to find the setting to increase the memory allocated to OC4J when launching from Eclipse. Does anyone know where the setting is?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以在 OC4J_JVM_ARGS 环境变量中添加内存设置。例如,您可以有类似的内容:
如果需要,您可以添加其他内容:
现在,我从未从 Eclipse 运行 OC4J(仅独立),但您可以通过选择 Server 视图来执行相同的操作,然后打开启动配置,然后在参数选项卡中将值直接添加到VM参数部分,例如:
或
You can add memory setting in the OC4J_JVM_ARGS environment variable. For example you could have something like:
You could add others if you want:
Now, I never have run OC4J from Eclipse (only standalone), but you could do the same by selecting your Server view, then Open launch configuration and in the Arguments tab add the values to the VM arguments section directly like:
or