
|
If you were logged in you would be able to see more operations.
|
|
|
| Resolution Date: |
29/Jul/06 11:54 PM
|
|
When the cache properties are set to a null size (0), you get a NPE when launching the server. It seems that 1 is the minimum size for a MRU cache to be initialized.
Note that it makes no sense to create null sized caches, as it kills the performance (injecting 10 000 entries take around 3 hours :)
It was just done to check for memory leaks.
|
|
Description
|
When the cache properties are set to a null size (0), you get a NPE when launching the server. It seems that 1 is the minimum size for a MRU cache to be initialized.
Note that it makes no sense to create null sized caches, as it kills the performance (injecting 10 000 entries take around 3 hours :)
It was just done to check for memory leaks. |
Show » |
| No work has yet been logged on this issue.
|
|