On Mon, Jun 11, 2012 at 8:59 PM, Appel Tony (Nokia-LC/Fargo) <[email protected]> wrote: > My instance started acting up today and my log file was filled with lines > like this: > 2012-06-11 13:55:45,010 TRACE [data.shapefile] - Filling buffer... > > 2012-06-11 13:55:45,013 TRACE [data.shapefile] - Filling buffer... > > > > Could this be a memory issue on my server that the instance is running on?
Not really, the above is the normal set of messages one would get, when running with "VERBOSE" or "GEOTOOLS_DEVELOPER" logging profiles, and reading any shapefile that is not really small. If you are working under Linux, try setting "use memory mapping" in your shapefile data store, it speeds up things. If you are on Windows stay away from it though, memory mapping on that operating system is limited to the point of not being useful. Cheers Andrea -- Ing. Andrea Aime GeoSolutions S.A.S. Tech lead Via Poggio alle Viti 1187 55054 Massarosa (LU) Italy phone: +39 0584 962313 fax: +39 0584 962313 mob: +39 339 8844549 http://www.geo-solutions.it http://geo-solutions.blogspot.com/ http://www.youtube.com/user/GeoSolutionsIT http://www.linkedin.com/in/andreaaime http://twitter.com/geowolf ------------------------------------------------------------------------------ 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
