usersession = 3600000 (1hr default) 1200000 (25min suggested) This would reduce server's resource.
For Tools Releases 8.97 and higher:
- Make changes to the UserSession value using Server Manager.
- Navigate to the Managed Instance page for the HTML server.
- Choose the Web Runtime Category > Cache Configuration > User Session Cache Timeout.
- Change the value to match the timeout set in the OAS as listed above. The User Session Cache Timeout value will need to be entered as milliseconds (e.g. 1800000 for 30 minutes, 3600000 for 1 hour).
How to Automatically Clear JDBj Cache?
Can Cache be automatically refreshed or purged?
In the JAS.INI file there is the CacheCheck parameter which is for invoking garbage collection. This parameter is in the JAS.INI file:
[CACHE]
CacheCheck=180000 (3 mins interval suggested)
CacheCheck=180000 (3 mins interval suggested)
EnterpriseOne has several different cache groups such as:
- ocmCache
- securityCache
- serviceCache
- specCache
- E1MenuCache, etc.
Go to end change on jas.ini ; this would show each page 70 records per page and lead to lesser resources used in jas server.
[OWWEB]
GlobalPageSize=70
GlobalPageSize=70
[OWWEB]
SectionSize=70
SectionSize=70
Nevertheless, we have to educate users try to use filtering on the those inquiry screen as well as those import or export on the E1 grid data. Grid data is not meant for big data display.
No comments:
Post a Comment