1 / 7

WEBLOGIC SERVER

WEBLOGIC SERVER. TUNING. TOPICS. Core Server JDBC Tuning JVM Tuning OS Tuning. Core Server. Enable Native IO Tuning Chunk size also reduces the socket reads/writes Set a smaller chunk size for high frequency small payload workloads

mayda
Download Presentation

WEBLOGIC SERVER

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. WEBLOGIC SERVER TUNING

  2. TOPICS • Core Server • JDBC Tuning • JVM Tuning • OS Tuning

  3. Core Server • Enable Native IO • Tuning Chunk size also reduces the socket reads/writes • Set a smaller chunk size for high frequency small payload workloads • Set the chunk size at both client and server side to increase the performance • Tune the chunk size to match the network MTU size and operating system memory page size for better performance • Ensure that chunk size is multiple of 8 as well as MTU size • Chunks are pooled to prevent allocation cost (-Dweblogic.utils.io.chunkpoolsize=n) • By default it is 512, you should set a large pool size to accomodate workloads with many concurrent clients.

  4. JDBC Tuning • JDBC Tuning: • Use Oracle thin driver • Disable Shrink frequency in Production make it as 0 • Disable Test connections on Reserve and Test Frequency parameters • Enable Row prefetching • Use statement caching • Pinned to thread enabling improves the perforrmance

  5. JVM • To see a detailed behaviourog GC, use the –verboseGC option • Set –Xms equal to –Xmx to avoid the need to grow heap • For optimum performance, set –Xmn to be one fourth of the value of –Xmx • -Xmn = New Generation Size, -Xms= Initial Total Java Heap, -Xmx = Maximum Total Java Heap

  6. OS Tuning • Contact your OS Administrator

  7. Thank You Q&A ?

More Related