Humberto,

You have ~10GB of physical (real) RAM free on the system, so you shouldn't
be so eager to use swap (fake) memory yet. What is the size of Tomcat's JVM
heap? If it's an Ubuntu server, you can see the JVM_OPTS variable in
/etc/default/tomcat7. For example, ours is:

JAVA_OPTS="-Djava.awt.headless=true -Xms5120m -Xmx5120m
-XX:+UseConcMarkSweepGC -Dfile.encoding=UTF-8"

This allows Tomcat to use 5120MB of memory on our system. If you're having
memory issues with Solr, you should try to increase this JVM allocation—I
recommend increasing by 512 or 1024MB intervals and testing.

Cheers,

On Thu, Jun 22, 2017 at 9:25 PM Humberto Blanco Castillo <
[email protected]> wrote:

> Hi,
> We have some problems with high RAM consumption, however the swap memory
> remains empty. We have detected that this occurs when certain queries are
> thrown solr server; However we think it is a tune-up of the server.
>
> the following table shows that happend when the server is hang
>
> *              total        used        free      shared  buff/cache
> available*
> *Mem:            15G        4.7G        258M        946M         10G
>  9.5G*
> *Swap:          7.9G        352M        7.5G*
>
> We have expanded our memory, but I still have to explore other tuning
> options.
>
> Really appreciate your help
>
> Humberto Blanco
>
> --
> You received this message because you are subscribed to the Google Groups
> "DSpace Technical Support" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at https://groups.google.com/group/dspace-tech.
> For more options, visit https://groups.google.com/d/optout.
>
-- 
Alan Orth
[email protected]
https://picturingjordan.com
https://englishbulgaria.net
https://mjanja.ch

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.

Reply via email to