X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:subject:date:message-id:references :in-reply-to:mime-version:content-type :content-transfer-encoding; q=dns; s=default; b=TSaEDDnKs8SDj3eZ omS5gvQ28gBms5qVY5JcD+00aTVCN5wCz3Rx/XSVUWyvh30kFBn90tWu7CjmIKN1 IVM9um7Zomm9/XWpE4bK36J9uLnnaJVZmWU3PifYWS/3h8Wvo9s0OAeWj95M91R/ lg+wKx/rgLuLyCG8P0ZmwqPO5lI= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:subject:date:message-id:references :in-reply-to:mime-version:content-type :content-transfer-encoding; s=default; bh=RCP2Oc6938QoyrYY6UA+EL qLsZs=; b=d9Vy2/HrPKnmvJhbXZcKzLowh06fYGLS64kiMvBLGb4bSMqzOlzsjt 1BEjxSr76ESw0PJz2ksrWvtRx0mDMl64A79Hrv+OACFCw+P1kRHx1B+0Uqna1wql AsN6xnQ9DYVawWqAk1e935KExGerQyK0POgTyXcalbqAL44H6fvr8= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.1 spammy=reboot, on, H*c:alternative, H*c:HHH X-HELO: EUR03-DB5-obe.outbound.protection.outlook.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=outlook.com; s=selector1; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=eXhjhtEu1A+mb0Wz/1/UujNsax8F10slS210aK7rXgI=; b=bfooa0+mVMqdqPT1etdnbOl1/BCa9VWuuiqBPN1Tfyu8Uw9lZ7cZCvEfQLDTFDaotc8L9jNbmQ6EFqJeZ8vpQGezhWLH5O3Vhiw6U7bWEVrJXhj6LcacICqXNAfrqFD5hOZN2tCvkaSC81U09umYv+bqQGaFPpLYPCnXu4lXAIyFimwESwBJBTSjahaU9LEMNlD9UqJup0txgN/Hia2HSa6Se/4J+HTWpf8nqkFhJFfA36KddFTEHx8gcejKrOGJIvz0EizEOfpQOYib1XX8BxMsqwJyC3Ui2n5Mp+eBrxYMfjj2mq707Z/SbEnvjprUwWZHZqYDqFrC//vbqPfEOQ== From: Jose Isaias Cabrera To: Jack , "cygwin AT cygwin DOT com" Subject: Re: Building Bedrockdb in cygwin Date: Mon, 13 May 2019 21:58:19 +0000 Message-ID: References: (from jicman AT outlook DOT com on Mon May 13 16:37:10 2019),<2B56GKHZ DOT RA34LFTQ DOT YAKAGWCC AT ZSAAQYFV DOT QHFNCGMV DOT ICZDFG7V> In-Reply-To: <2B56GKHZ.RA34LFTQ.YAKAGWCC@ZSAAQYFV.QHFNCGMV.ICZDFG7V> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" X-IsSubscribed: yes Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by delorie.com id x4DLwXZY031715 Jack, on Monday, May 13, 2019 05:26 PM, wrote...​ >On 2019.05.13 16:37, Jose Isaias Cabrera wrote:​ >> Jack, on Monday, May 13, 2019 04:22 PM, wrote...​ >> >On 2019.05.13 16:15, Jose Isaias Cabrera wrote:​ >> >[snip.....]​ >> >> $ git clone https://github.com/Expensify/Bedrock.git​ >> >> Cloning into 'Bedrock'...​ >> >> fatal: unable to access ​ >> 'https://github.com/Expensify/Bedrock.git/':​ >> >> Out of memory​ >> >I think that means you. Do you have enough disk space?​ >> $ df -a​ >> Filesystem Size Used Avail Use% Mounted on​ >> C:/cygwin/bin - - - - /usr/bin​ >> C:/cygwin/lib - - - - /usr/lib​ >> C:/cygwin 280G 67G 213G 24% /​ >> B: 4.0G 91M 3.9G 3% /cygdrive/b​ >> C: - - - - /cygdrive/c​ >> D: 183G 18G 165G 10% /cygdrive/d​ >Which drive are you trying to build on? B: 3.9G might well not be ​ >enough room. C: and D: seem to have enough space.​ ​ I am trying to install it on c: so it has enough information. I did see this reference [1] on stackoverflow, which is points to a memory problem. I am running a 32 bit instance of cygwin, so, it may not have enough memory for the whole clone process. I will try tomorrow to reboot and try it without any applications. This may provide the "memory" needed. Is there any way to assign more memory to the cygwin terminal through windows? Thanks for all your help. I really appreciate it.​ ​ josé​ ​ [1] https://stackoverflow.com/questions/7607970/git-clone-fails-with-out-of-memory-error-fatal-out-of-memory-malloc-failed​ -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple