This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal



Feb 23, 2011, 12:32 PM
170 Posts

Re: Out of Memory in XPage JVM

  • Category: Performance
  • Platform: All
  • Release: 8.5.2
  • Role: Developer
  • Tags: Out of Memory
  • Replies: 7
 Yes I run 8.5.2 FP1
Feb 23, 2011, 12:45 PM
40 Posts
Re: Out of Memory in XPage JVM
Download the YJP, install it on your server, and install on your machine. Follow the directions for integrating it with a J2EE server ... it will give you a line of text for your java options that will look something like this (example is for linux, but there are win versions as well) (BTW, I add the port=10001 to the end to force it to use that tcp port so I can get it through a firewall):
 
 -agentpath:/yourkit/yjp-9.5.3/bin/linux-x86-32/libyjpagent.so=disablestacktelemetry,disableexceptiontelemetry,builtinprobes=none,delay=10000,port=10001
 
 Paste the line into a file and save the file in your notes program directory, then add a line to your server's notes.ini like this:
 
JavaOptionsFile=C:\Lotus\Domino\JavaOptionsFile.txt
 
Using the path to the file you created above. Restart your server, then start up YJP on your local machine, then connect to the server ... once connected, start the profiling and you be able to track memory usage, calls, objects, etc ....

This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal