Re: HTTPJVMMaxHeapSize=4096M
Rob Berendt <[email protected]>
| Newsgroups | gmane.comp.systems.as400.domino |
|---|---|
| Message-ID | <OFDC29CEF3.F876F0C6-ON8525833D.00490CD3-8525833D.0049B50A@corp.dekko.com> |
IBM had me try
HTTPJVMMaxHeapSize=4G
instead of
HTTPJVMMaxHeapSize=4096M
While the 4096M gets changed down to 256M, the 4G stays. Progress.
Little disconcerted by "Our L3 team want us to try this parameter
HTTPJVMMaxHeapSize=4G on your end.". Don't they have an lpar of IBM i
they could test this stuff on?
Is there some SHOW STAT which will show us what is really in effect?
Tried
show stat Http.JavaCache.Size.Maximum
but that shows a value of 4000000 on all Domino servers irregardless of
the value of HTTPJVMMaxHeapSize.
Rob Berendt
--
IBM Certified System Administrator - IBM i 6.1
Group Dekko
Dept 1600
Mail to: 2505 Dekko Drive
Garrett, IN 46738
Ship to: Dock 108
6928N 400E
Kendallville, IN 46755
http://www.dekko.com
From: "Rob Berendt" <[email protected]>
To: domino400-Zwy7GipZuJhWk0Htik3J/[email protected]
Date: 10/25/2018 09:58 AM
Subject: HTTPJVMMaxHeapSize=4096M
Sent by: "Domino400" <domino400-bounces-Zwy7GipZuJhWk0Htik3J/[email protected]>
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
--
IBM Certified System Administrator - IBM i 6.1
Group Dekko
Dept 1600
Mail to: 2505 Dekko Drive
Garrett, IN 46738
Ship to: Dock 108
6928N 400E
Kendallville, IN 46755
http://www.dekko.com
--
This is the Lotus Domino on the IBM i (AS/400 and iSeries) (Domino400)
mailing list
To post a message email: Domino400-Zwy7GipZuJhWk0Htik3J/[email protected]
To subscribe, unsubscribe, or change list options,
visit: https://lists.midrange.com/mailman/listinfo/domino400
or email: Domino400-request-Zwy7GipZuJhWk0Htik3J/[email protected]
Before posting, please take a moment to review the archives
at https://archive.midrange.com/domino400.
--
This is the Lotus Domino on the IBM i (AS/400 and iSeries) (Domino400) mailing list
To post a message email: Domino400-Zwy7GipZuJhWk0Htik3J/[email protected]
To subscribe, unsubscribe, or change list options,
visit: https://lists.midrange.com/mailman/listinfo/domino400
or email: Domino400-request-Zwy7GipZuJhWk0Htik3J/[email protected]
Before posting, please take a moment to review the archives
at https://archive.midrange.com/domino400.