You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@giraph.apache.org by "Maja Kabiljo (JIRA)" <ji...@apache.org> on 2014/06/19 19:52:26 UTC

[jira] [Commented] (GIRAPH-906) out-of-core messages doesn't exist in Version: 1.1.0-SNAPSHOT.

    [ https://issues.apache.org/jira/browse/GIRAPH-906?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14037592#comment-14037592 ] 

Maja Kabiljo commented on GIRAPH-906:
-------------------------------------

We still support out-of-core messages, it's just set in a different way. Now you have an option to specify which factory to use for message stores (giraph.messageStoreFactoryClass) - you want to set this to a factory which produces message stores which write data to disk - DiskBackedMessageStoreFactory.

> out-of-core messages doesn't exist in Version: 1.1.0-SNAPSHOT.
> --------------------------------------------------------------
>
>                 Key: GIRAPH-906
>                 URL: https://issues.apache.org/jira/browse/GIRAPH-906
>             Project: Giraph
>          Issue Type: Bug
>            Reporter: reihane abdolazimi
>
> i was working with pregel and i noticed that when the jobs finish, They don't deallocate memory. so i searched and knew that the latest version "Version: 1.1.0-SNAPSHOT" doesn't have this problem so i  downloaded the latest version of giraph from apache giraph. the number of produced message is a lot in my algorithm and because all of them are in memory, my ram becomes full. so i searched the problem and found the out-of-core message config. i want to set "giraph.useOutOfCoreMessages=true" but this config doesn't exixt in the latest version. What;s the problem?
> Thanks.



--
This message was sent by Atlassian JIRA
(v6.2#6252)