When the Error 'java.lang.OutOfMemoryError' appears on the Domino console ?
http://www-01.ibm.com/support/docview.wss?uid=swg21197856
What do it mean by .JAVAMAXHEAPSIZE ?
It means that the JVM has run out of all the memory that has been allocated to it by DOMINO. You can change the amount of memory allocated for use by your JVM by the JAVAMAXHEAPSIZE variable in the Notes.INI File.
How to set the JAVAMAXHEAPSIZE in the notes.INI file ?
http://www-10.lotus.com/ldd/dominowiki.nsf/dx/09262007041133PMHPERN7.htm
This is the place where I used to keep the most interesting and challenging things that I have faced, fixed and learned in tooles like Pega, Qlik Sense, Power BI , Notes Development/, Cordys BPM, Java, SOA, SQl Server/Oralce activitesssssssssss.
Monday, August 8, 2011
Subscribe to:
Posts (Atom)
Generating a CSR with Java keytool , deploying the certificates in keystore and configuring the same in the tomEE server.
Deploying security certificates is a three-step process in general 1. CSR Generation 2. Importing the certificatates into the keystore 3. ...
-
Add the DoTrim function (included below) to your LotusScript code. Then, rather than calling the Fulltrim function, call the DoTrim function...
-
As I searched in net and could not find a sorted document collection in Java, basically it is available in lotus script. So I rewritten the ...
-
When the Error 'java.lang.OutOfMemoryError' appears on the Domino console ? http://www-01.ibm.com/support/docview.wss?uid=swg211...