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:
- DashboardAM (on the main page)
- MessagesAM (On the message tab)
- SharedLookupService (Shared across all session for shared queries/results)
- LookupService (Shared across a user session for general lookup related to the user)
With the following JMeter configuration:
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