As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only.
Join the TIBCO Community TIBCO Community is a collaborative space for users to share knowledge and support one another in making the best use of TIBCO products and services. There are several TIBCO WebFOCUS resources in the community.
From the Home page, select Predict: WebFOCUS to view articles, questions, and trending articles.
Select Products from the top navigation bar, scroll, and then select the TIBCO WebFOCUS product page to view product overview, articles, and discussions.
Request access to the private WebFOCUS User Group (login required) to network with fellow members.
Former myibi community members should have received an email on 8/3/22 to activate their user accounts to join the community. Check your Spam folder for the email. Please get in touch with us at community@tibco.com for further assistance. Reference the community FAQ to learn more about the community.
I know when we installed webFOCUS with Hyperstage it will have "ibengine.exe" running in the process, but what does it do exactly? (I think when hyperstage is try to load data into another file or location will using this process to do the job, correct me if I'm wrong)
reason I ask, is because sometime "ibengine.exe" consume huge amount of RAM(like 70% or more) and it cause webFOCUS not function. Wanna find out why it take so many RAM and how to prevent it consume so much memory?
even the VM have 128GB memory it still shoot up high to 97%~99% because of "ibengine.exe"This message has been edited. Last edited by: nox,
This is related to Hyperstage and you ought to open a ticket with IB tech support. They're much better at running traces and diagnostics to help you with a fix.
WebFOCUS 8206, Unix, Windows
Posts: 1853 | Location: New York City | Registered: December 30, 2015
IBENGINE is the Hyperstage engine. Best practices is that the Hyperstage Reporting Server should be on its own box. By default, Hyperstage looks at Total Physical Memory and reserves 75% for its use. But, you shouldn't see that amount in Task Manager when you startup Hyperstage. This Memory allocation can be adjusted by the ServerMainHeapSize setting in the infobright.cnf file.
Are you saying that it's actually showing as used Memory? If so, are you using Hyperstage? When you load data, are you using Bulkload, which is recommended, or INSERT/UPDATE.
Posts: 229 | Location: New York | Registered: July 27, 2004
- As we monitoring the resource via "Task Manager" that we find out IBENGINE is taking approximately around 70% or more, and with rest of application running sum up 97% of memory which it cause WebFOCUS to malfunction - Yes we using Hyperstage - Bulkload as always
The ServerMainHeapSize setting in the infobright.cnf file is used to control how much memory Hyperstage reserves at startup. The setting will probably be commented out with a '#'. That would mean it will apply the default which is reserve 75% of Physical Memory for Hyperstage.
Once you change this setting, you will need to restart the Hyperstage Reporting Server.
Posts: 229 | Location: New York | Registered: July 27, 2004