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. Adjust the JVM parameters 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