Guys may be I didn't stress the point of distribution stuff well. I agree 
with you all but if you see my first post 3rd line. May I am bit afraid 
that our discussion side tracking actual question. 

Its my fault I didnt explain well. 


   - AKKA is NOT causing GC problems ( our application is in production 
   from last 6 or 7 years, it is written in Java)
   - With my (current team) interest towards and akka and scala slowly 
   introducing stuff 
   - As we are moving towards akka direction we are encountering 
   different challenges. One among them is what I specified over here. 
   - We are not taking akka advantages such as scalability and fault 
   tolerence etc.. We are using just for broad cast messages between 3 JVMs 
   (one among them has 880 GB heap space and 1 TB ram) 

I can not change infra all of the sudden. As a developer I suggest them 
about distributed advantages but decision is not in my hand. I hope I 
explained well.




On Monday, May 18, 2015 at 8:20:44 PM UTC+2, Soumya Simanta wrote:
>
>
>
>
>> So when I say this, keep in mind I am java guy who is pretty new to akka 
>> and scala, so this isn't expert advice. :)   But tuning akka doesn't seem 
>> like the appropriate place for this.  Either there is something in your 
>> application layer that requires this massive heap that could be 
>> re-evaluated or there is tuning you can do at the JVM layer that well help 
>> it handle GCs better.
>>
>> I agree. If this is a GC issue one needs to carefully look at the 
> application. But still a GC pause of 30 minutes looks like an eternity to 
> me. No impossible but very unlikely IMO. 
>  
>
>> I'm going to guess the majority of that heap is living in swap and that's 
>> why your GCs are so long?
>>
>> Interesting. Lets see how much physical RAM is on the machine. 
>
>  
>
>  
>

-- 
>>>>>>>>>>      Read the docs: http://akka.io/docs/
>>>>>>>>>>      Check the FAQ: 
>>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html
>>>>>>>>>>      Search the archives: https://groups.google.com/group/akka-user
--- 
You received this message because you are subscribed to the Google Groups "Akka 
User List" 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 http://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to