You can increase the heap size. Enter the following on the linux command line
ps -ef | grep java Look for the java process running geoserver and look for -Xmx???? To set the heap size explicitly, you can start start java using the -Xmx switch. java -Xmx1024m In the case, the heap is 1024 mega bytes. Christian Zitat von Mihai Ionita <[email protected]>: > Hello, > > I have a problem with Geoserver 2.1.3 on linux redhat, 32 bit > machine when I try to configure 10 more coverage imagines. > At this point I managed to enable 30 raster imagines (geotiff) and > 48 vector layers. > But I need to add more raster (~12). The problem appears with out of > memory error after I add 1 more raster. > > I have the same configuration on a windows server. Here is no error > and i can easily add my 12 new raster imagines. > > How can i solve this issue. > > Best Regards, > > Mihai ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program. ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Geoserver-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-users
