Hi,
We are
populating the customer names to combobox in our webapplication, the records
fetched from database are more than 80,000.
When a single user
tries to access this web page it gives a 'Out of memory'
exception.
When the JVM heap
memory is increased it worked fine. But it becomes very slow when running the
loadrunner script.
simulating multiple
users.
We are thinking of
using some search criteria for fetching the customer names, thus reducing the no
of records.
Any suggestions are
appreciated..
Also,is there any
limit on the number of values populated in a combo box in
html?
Regards,
Satya
