Hi, i am creating an xlsx file with more that 100000 rows.
and i am gettign the error:
java.lang.OutOfMemoryError: Java heap space
i googled and found that the java heap size need to be increased, but I am confused either to increse it in Tomcat or eclipse or command line. As I am using these three in my project. Also i dont want to increase the heap for one specific application , as i have 2 more running .
Also please suggest me the commands to increse the heap size.