如何从cmd永久增加芝麻存储的堆大小?
有人可以给我建议吗:
(a) 如何识别当前堆大小。
(b) 如何增加堆大小。
不幸的是,当前的主题对我来说似乎非常模糊。
Could some one please advise me on:
(a) How to identify the current heapsize.
(b) how to increase the heapsize.
Unfortunately the current topics seems to be very vague to me.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以通过浏览器访问 Sesame 服务器来了解 Sesame 当前的堆大小(例如 http://localhost:8080 /openrdf-sesame/ )并单击左侧菜单中的“系统”。它将显示当前使用的内存和最大堆大小。
要增加堆大小,最简单的方法就是为 Tomcat 本身分配更大的堆。查看Tomcat 常见问题解答条目了解如何执行此操作,或者进行 Google 搜索,关于这个主题有大量有用的 Howtos(这里是一个)。
You can tell the current heap size for Sesame by accessing the Sesame server via a browser (e.g. http://localhost:8080/openrdf-sesame/ ) and clicking 'System' in the left-hand menu. It will show the memory currently in use and the maximum heap size.
To increase the heap size, the easiest way is just to allocate a larger heap to Tomcat itself. Have a look at the Tomcat FAQ entry on how to do that, or do a Google search, there's tons of helpful Howtos on this topic (here's one).