Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Memory required to run an ADF application

Guillaume le ConquérantJan 6 2015 — edited Jan 7 2015

Hi Everyone,

  How much memory (RAM) is required to run an ADF application? I didn't find anything interesting on the web...

  I am currently stress testing our ADF application using JMeter and the results are very poor. The application becomes very slow, the whole test take about 20min to run (and most of the time does not finish) and is taking about 1.4GB in RAM with the following memory arguments for the Integrated WebLogic JVM "USER_MEM_ARGS=-Xms64m -Xmx1024m -XX:MaxPermSize=512m"

Here's the test I'm running:

  • Logging into the application
  • Go to the message center
  • Send a message
    • There's about 2 to 20 seconds of waiting time
    • This step is repeated 10 times
  • Log out

This will use the following AMs:

  1. DashboardAM (on the main page)
  2. MessagesAM (On the message tab)
  3. SharedLookupService (Shared across all session for shared queries/results)
  4. LookupService (Shared across a user session for general lookup related to the user)

With the following JMeter configuration:

  • User = 100
  • Ramp-up = 200s

With the following computer configuration:

  • Integrated WLS 10.3.5 & JDev 11.1.1.7
  • Laptop
    • i5 3210 @ 2.5ghz
    • 8gb of ram

Is this normal? How much memory should required for something like this?

Thanks!

Guillaume

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 4 2015
Added on Jan 6 2015
5 comments
1,405 views