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

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.