Thank you Robert.
But when I used a microSD with 16G, I need to make a swapfile also?

Le jeu. 16 août 2018 à 12:41, Ichrak Mansour <[email protected]>
a écrit :

> Thank you Robert.
> But when I used a microSD with 16G, I need to make a swapfile also?
>
> Le mer. 15 août 2018 à 16:17, Robert Nelson <[email protected]> a
> écrit :
>
>> On Wed, Aug 15, 2018 at 6:36 AM Ichrak Mansour
>> <[email protected]> wrote:
>>
>> Why did you send 4 messages?
>>
>> https://i.imgur.com/nHGmbh7.png
>>
>> That's kinda rude..
>>
>> >
>> > hen I run my application on the microSd ( having 4G ) on my Beaglebone,
>> I get this error :
>> >
>> > The build failed because the process exited too early. This probably
>> means the system ran out of memory or someone called `kill -9` on the
>> process.
>>
>> So you ran out of RAM and the OOM killer stopped it.. Add some swap.
>>
>> sudo fallocate -l 512M /swap.file
>> sudo chmod 600 /swap.file
>> sudo mkswap /swap.file
>> sudo swapon /swap.file
>>
>> > npm ERR! code ELIFECYCLE
>> > npm ERR! errno 1
>> > npm ERR! @coreui/[email protected] start-js: `
>> export PORT=5000  && react-scripts start`
>> > npm ERR! Exit status 1
>> > npm ERR!
>> > npm ERR! Failed at the @coreui/[email protected]
>> start-js script.
>> > npm ERR! This is probably not a problem with npm. There is likely
>> additional logging output above.
>> >
>> > npm ERR! A complete log of this run can be found in:
>> > npm ERR!     /root/.npm/_logs/2018-08-15T11_19_14_856Z-debug.log
>>
>> Did you open that file ^
>>
>> >
>> > It is the problem of size of my microSD ?
>>
>> Or the location of the moon..
>>
>> Regards,
>>
>> --
>> Robert Nelson
>> https://rcn-ee.com/
>>
>
>
> --
>
>    * ICHRAK Mansour*
>
> Etudiante en ingénierie Téléinformatique
> Université de Sousse - ISITCOM
> *T :*  +216 52 650 216
> *M :* [email protected]
>


-- 

   * ICHRAK Mansour*

Etudiante en ingénierie Téléinformatique
Université de Sousse - ISITCOM
*T :*  +216 52 650 216
*M :* [email protected]

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/CACtBPxO9P99ZtP0uDGDJPAhsGnErL1OCvhTE%2BNSiW42UZ6E-zw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to