Task manager is almost useless for this kind of measurement. You never quite know how much garbage that hasn’t been collected is in that total.
You can attach something like jconsole to the running Solr process and hit the “perform full GC” to get a more accurate number. Or you can look at GCViewer opened on the GC logs to get something more useful. Best, Erick > On Apr 2, 2019, at 4:50 AM, thturk <[email protected]> wrote: > > I am watching via task manager. > Now i tired to handle this with hard coded way. I create new index and with > commit in small index cost low memory. but i dont think that its good way to > do this. Its getting harder to manage indexes. > > > > -- > Sent from: http://lucene.472066.n3.nabble.com/Lucene-Java-Users-f532864.html > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
