Details
Description
When using JMeter to battletest a Wicket-App, i saw 31999 directories created (one per session) in the tmp dir to store the pagemaps.
This is a problem because the underlying filesystem might (and does in my case) prevent wicket from creating more directory entries than that.
i appended a very very simple patch to address this by creating
<tmp>/ab/cd/ef instead of <tmp>/abcdef for pagemap storage.
Attachments
Attachments
Issue Links
- is duplicated by
-
WICKET-4478 DiskDataStore to use multi-level directory structure to avoid slowness when thousands of sessions are active.
- Resolved