Hi, - the scenario is this:
jmeter stress-testing (10 simultaneous users with no ramp-up and an infinite-loop cycle) a wicket application (extends SpringWebApplication) by only refreshing the HomePage. - the result is: observing the disk, the pagemap file for each session (10 items), there is an "infinite" increasing (about 10kb each one) up to arriving the 10MB (default max size for diskpagestore). opening the pagemap file (text editor) there is a repetition of the same HomePage serialized "infinite" times til arriving the max size allowed for the file... - the question is: why is this happening? shouldn't the pagemap only store the "new" pages, but only conserving "one" reference to a page that was already serialized? why is it serializing the same page (HomePage) to the infinite?