Re: Memory problem on Agent ?

2020-10-02 Thread Karl Wright
Please check your -Xmx switch. Memory will not be released because that is not how Java works. It allocates the memory it needs and periodically garbage collects within that. You have given it too much memory and you should not expect Java to release it ever. The solution is to give it less.

R: Memory problem on Agent ?

2020-10-02 Thread Bisonti Mario
Yes, buti t seems that, when the indexing finished, the memory is not released Da: Karl Wright Inviato: venerdì 2 ottobre 2020 17:14 A: user@manifoldcf.apache.org Oggetto: Re: Memory problem on Agent ? Hi Mario, Java processes only use the memory you hand them. It looks like you are handing

Re: Memory problem on Agent ?

2020-10-02 Thread Karl Wright
Hi Mario, Java processes only use the memory you hand them. It looks like you are handing Java more memory than your machine has. This will not work. Karl On Fri, Oct 2, 2020 at 10:45 AM Bisonti Mario wrote: > > > Hallo. > > > > When I scan the content of Repository , I note that memory

Memory problem on Agent ?

2020-10-02 Thread Bisonti Mario
Hallo. When I scan the content of Repository , I note that memory used is very high and it isn't released i.e. 60GB on 70GB available I tried to free shutting down tjhe agent but I am not able: /opt/manifoldcf/multiprocess-zk-example-proprietary/stop-agents.sh OpenJDK 64-Bit Server VM