× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



I have an open ticket with IBM. They want me to add
HTTPJVMMaxHeapSize=4096M
to my notes.ini. I did. However upon restart it keeps changing it to
256M
Is there some server document, configuration document or something I need
to change?
I'm about to start auditing on notes.ini to find the culprit.

I got further...
If I use
HTTPJVMMaxHeapSize=1024M
it leaves it alone. Therefore I suspect Domino says 4096 is invalid and
drops it down to 256M.

CRTJRNRCV JRNRCV(ROB/IFS0000001)
CRTJRN JRN(ROB/IFSJRN) JRNRCV(ROB/IFS0000001)
STRJRN OBJ(('/gdi01/notes/data/notes.ini'))
JRN('/qsys.lib/rob.lib/ifsjrn.jrn') IMAGES(*BOTH)

Now if I could just figure out how to get this to display in character
format and allow me to search for 256...
SELECT * FROM TABLE (
QSYS2.DISPLAY_JOURNAL(
JOURNAL_LIBRARY=> 'ROB',
JOURNAL_NAME=>'IFSJRN',
STARTING_TIMESTAMP=>TIMESTAMP('2018-10-25-09.30.00'),
ENDING_TIMESTAMP=>TIMESTAMP('2018-10-25-09.50.00')
)) AS JT
WHERE JOURNAL_ENTRY_TYPE NOT IN('OF', 'CS');

They pump all updates to that file through the program LIBNOTES but there
are a few jobs which call that program to do the updates.

Rob Berendt

As an Amazon Associate we earn from qualifying purchases.

This thread ...


Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.