BIEE11g BI_server Jvm parameter adjustment, biee11gbi_server
1. Find the user_projects \ domains \ bifoundation_domain \ bin directory. 2. Copy startWeblogic. sh is the new file startAdminWeblogic. sh, copy setDomainEnv. sh to setAdminDomainEnv. sh, copy setOBIDomainEnv. sh to setAdminOBIDomain. sh3. Modify startAdminWeblogic. sh my machine is windows call scripts are all cmd, linux is certainly all. sh file to call setDomainEnv. sh command to call setAdminDomainEnv. sh4. Modify setAdminDomainEnv. sh calls setOBIDomainEnv. change sh to setAdminOBIDomainEnv. sh
Conclusion: The purpose of the above practice is to separate the commands for starting AdminServer and Bi_server. When you start AdminServer, call./startAdmainWeblogic. sh. Remember!
5. Start to adjust the Jvm parameter of Bi_server: vi setOBIDomainEnv. sh because I don't know which JDK is the final one, I 'd better ps-ef | grep bi_server1 or 2 to check the actual jvm-Xms-Xmx value, then find the matched location in the above file and modify it. I usually change the configuration of "Sun" and "Oracle", and the province's error correction does not take effect.
Modify the value according to the maximum 6G, minimum 2G, and maxpersize = m.
After all the changes are completed, restart AdminServer (remember to start with startAdminWeblogic. sh modified above) and restart bi_server (the starting method of bi_server remains unchanged, or on the console page ). Ps-ef | grep bi_server after startup, check whether the above parameters have taken effect
Jvm optimization parameters
These are JVM optimization parameters configured for JBoss running. -Xms256m initial java memory heap size 256 M-Xmx2048m maximum java memory heap size 2048 M-XX: PermSize = 128 m GC reserved memory, if
Which of the following parameters can be used to adjust jvm memory?
-Xmx Max heap
-Xms initial heap