Oracle WebLogic Server 12c: Advanced Administration II — Question 13
My JMS Server uses a persistent file store. I need to ensure that the size of the persistent store does not exceed 1GB.
Which option can I use to configure this? (Choose the best answer.)
Answer options
- A. Set the weblogic.store.FileSize to 1GB.
- B. Set the weblogic.store.MaxFileSize to 1GB.
- C. Set the weblogic.store.TotalFileSize to 1GB.
- D. The file size limit must be configured at the operating system level.
Correct answer: B
Explanation
The correct answer is B because setting weblogic.store.MaxFileSize to 1GB directly controls the maximum size of the file store. Option A is incorrect as FileSize does not set a cap on the total size. Option C is also wrong because TotalFileSize is not a valid configuration for limiting the persistent store size. Option D is misleading, as the limit can be set directly within the WebLogic configuration.