Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 51AEE200CFA for ; Tue, 5 Sep 2017 19:59:45 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 50248160BD7; Tue, 5 Sep 2017 17:59:45 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 96D6D160BCB for ; Tue, 5 Sep 2017 19:59:44 +0200 (CEST) Received: (qmail 82587 invoked by uid 500); 5 Sep 2017 17:59:43 -0000 Mailing-List: contact user-help@predictionio.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@predictionio.incubator.apache.org Delivered-To: mailing list user@predictionio.incubator.apache.org Received: (qmail 82578 invoked by uid 99); 5 Sep 2017 17:59:43 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Sep 2017 17:59:43 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 1CD56181676 for ; Tue, 5 Sep 2017 17:59:43 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -2.521 X-Spam-Level: X-Spam-Status: No, score=-2.521 tagged_above=-999 required=6.31 tests=[HTML_MESSAGE=2, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RCVD_IN_SORBS_SPAM=0.5, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id ZEPnkQ9MXs55 for ; Tue, 5 Sep 2017 17:59:38 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with SMTP id 2B2015FB9F for ; Tue, 5 Sep 2017 17:59:38 +0000 (UTC) Received: (qmail 82568 invoked by uid 99); 5 Sep 2017 17:59:37 -0000 Received: from mail-relay.apache.org (HELO mail-relay.apache.org) (140.211.11.15) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Sep 2017 17:59:37 +0000 Received: from mail-yw0-f177.google.com (mail-yw0-f177.google.com [209.85.161.177]) by mail-relay.apache.org (ASF Mail Server at mail-relay.apache.org) with ESMTPSA id 723081A02D2 for ; Tue, 5 Sep 2017 17:59:37 +0000 (UTC) Received: by mail-yw0-f177.google.com with SMTP id w204so15166044ywg.3 for ; Tue, 05 Sep 2017 10:59:37 -0700 (PDT) X-Gm-Message-State: AHPjjUijxCav67QaHxwg31mNGGV9p8Hnb2VxFupILLHp1c02HkbFuc3S H5uGX4pJ897zrh75yNt+zX6KnJcpgg== X-Google-Smtp-Source: ADKCNb5oaOAeWTlq47GNJWd6zVieUZd0t1Umqr+19tWqGpr3WUZMANw/3/FSDqFp5Se59SUIkbSPAGznoVOq1bfPe6w= X-Received: by 10.37.165.100 with SMTP id h91mr4110650ybi.191.1504634376807; Tue, 05 Sep 2017 10:59:36 -0700 (PDT) MIME-Version: 1.0 Received: by 10.129.4.82 with HTTP; Tue, 5 Sep 2017 10:59:16 -0700 (PDT) In-Reply-To: References: From: Donald Szeto Date: Tue, 5 Sep 2017 10:59:16 -0700 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [ERROR] [LocalFSModels] Requested array size exceeds VM limit To: user@predictionio.incubator.apache.org Content-Type: multipart/alternative; boundary="94eb2c19f55a8bf363055874fd95" archived-at: Tue, 05 Sep 2017 17:59:45 -0000 --94eb2c19f55a8bf363055874fd95 Content-Type: text/plain; charset="UTF-8" Hi Abhimanyu, Have you try giving the JVM a larger heap memory, e.g. pio deploy -- --driver-memory 4g Regards, Donald On Tue, Aug 29, 2017 at 9:06 AM, Abhimanyu Nagrath < abhimanyunagrath@gmail.com> wrote: > Hi , > I am new to predictionIo I am using template https://github.com/ > alexice/template-scala-parallel-svd-item-similarity. I have 403K items to > train which contains 7 Numerical fields 5 categorical fields in my > engine.json I have set dimension:500 .and System COnfig is (30 GB RAM , 4 > Cores). after build and training at the time of deploying I am getting the > error : > [ERROR] [LocalFSModels] Requested array size exceeds VM limit > [ERROR] [OneForOneStrategy] None.get > > Any suggestion how to resolve this error. > > > Regards, > Abhimanyu > > --94eb2c19f55a8bf363055874fd95 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hi Abhimanyu,

Have you try giving the J= VM a larger heap memory, e.g. pio deploy -- --driver-memory 4g
Regards,
Donald

On Tue, Aug 29, 2017 at 9:06 AM, Abhimanyu= Nagrath <abhimanyunagrath@gmail.com> wrote:
Hi ,=C2=A0
I am new to pre= dictionIo=C2=A0I am using template=C2=A0https://g= ithub.com/alexice/template-scala-parallel-svd-item-similarity= . I have 403K items to train which contains 7 Numerical fields 5 categorica= l fields in my engine.json=C2=A0I have set dimension:500 .and System COnfig= is (30 GB RAM ,=C2=A04 Cores). after build and training at the time of dep= loying I am getting the error :
=C2=A0[ERROR] [LocalFSModels] Req= uested array size exceeds VM limit=C2=A0
=C2=A0[ERROR] [OneForOne= Strategy] None.get

Any suggestion how to resolve t= his error.


Regards,
Abhim= anyu=C2=A0


--94eb2c19f55a8bf363055874fd95--